git2.indexer

Undocumented in source.

Members

Functions

git_indexer_stream_add
int git_indexer_stream_add(git_indexer_stream* idx, const(void)* data, size_t size, git_transfer_progress* stats)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_indexer_stream_finalize
int git_indexer_stream_finalize(git_indexer_stream* idx, git_transfer_progress* stats)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_indexer_stream_free
void git_indexer_stream_free(git_indexer_stream* idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_indexer_stream_hash
const(git_oid)* git_indexer_stream_hash(const(git_indexer_stream)* idx)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
git_indexer_stream_new
int git_indexer_stream_new(git_indexer_stream** out_, const(char)* path, git_transfer_progress_callback progress_cb, void* progress_cb_payload)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

git_indexer_stream
struct git_indexer_stream
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta