Downloads
Reference
Learning
Security
Source
API Documentation
indexer
git_indexer_stream_add
Version:
v0.19.0
v0.18.0
v0.17.0
Add data to the indexer
Signature
GitHub
int git_indexer_stream_add(
git_indexer_stream *idx
,
const void *data
,
size_t size
,
git_indexer_stats *stats
);
Parameters
git_indexer_stream *
In
idx
the indexer
const void *
In
data
the data to add
size_t
In
size
the size of the data
git_indexer_stats *
In
stats
stat storage
Returns
int
Versions
v0.19.0
v0.18.0
v0.17.0