libgit2

git_indexer_stream_add

Version:

Add data to the indexer

Signature

int git_indexer_stream_add(git_indexer_stream *idx, const void *data, size_t size, git_transfer_progress *stats);

Parameters

In
idx

the indexer

const void *
In
data

the data to add

size_t
In
size

the size of the data in bytes

In
stats

stat storage

Returns

int

Versions