git_indexer_append

Add data to the indexer

extern (C) nothrow @nogc
int
git_indexer_append

Parameters

idx .git_indexer*

the indexer

data const(void)*

the data to add

size size_t

the size of the data in bytes

stats .git_indexer_progress*

stat storage

Meta