git_odb_backend

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

Members

Variables

exists
int function(git_odb_backend*, const(git_oid)*) exists;
Undocumented in source.
foreach_
int function(git_odb_backend*, git_odb_foreach_cb cb, void* payload) foreach_;
Undocumented in source.
free
void function(git_odb_backend*) free;
Undocumented in source.
odb
git_odb* odb;
Undocumented in source.
read
int function(void**, size_t*, git_otype*, git_odb_backend*, const(git_oid)*) read;
Undocumented in source.
read_header
int function(size_t*, git_otype*, git_odb_backend*, const(git_oid)*) read_header;
Undocumented in source.
read_prefix
int function(git_oid*, void**, size_t*, git_otype*, git_odb_backend*, const(git_oid)*, size_t) read_prefix;
Undocumented in source.
readstream
int function(git_odb_stream**, git_odb_backend*, const(git_oid)*) readstream;
Undocumented in source.
refresh
int function(git_odb_backend*) refresh;
Undocumented in source.
version_
uint version_;
Undocumented in source.
write
int function(git_odb_backend*, const git_oid*, const void*, size_t, git_otype) write;
Undocumented in source.
writepack
int function(git_odb_writepack**, git_odb_backend*, git_odb* odb, git_transfer_progress_cb progress_cb, void* progress_payload) writepack;
Undocumented in source.
writestream
int function(git_odb_stream**, git_odb_backend*, size_t, git_otype) writestream;
Undocumented in source.

Meta