deimos.git2.indexer

Undocumented in source.

Members

Functions

git_indexer_append
int git_indexer_append(git_indexer* 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_commit
int git_indexer_commit(git_indexer* 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_free
void git_indexer_free(git_indexer* 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_hash
const(git_oid)* git_indexer_hash(const(git_indexer)* 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_new
int git_indexer_new(git_indexer** out_, const(char)* path, uint mode, git_odb* odb, git_transfer_progress_cb 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
struct git_indexer
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta