- backend
git_odb_backend* backend;
Undocumented in source.
- finalize_write
int function(git_oid* oid_p, git_odb_stream* stream) finalize_write;
Undocumented in source.
- free
void function(git_odb_stream* stream) free;
Undocumented in source.
- mode
uint mode;
Undocumented in source.
- read
int function(git_odb_stream* stream, char* buffer, size_t len) read;
Undocumented in source.
- write
int function(git_odb_stream* stream, const(char)* buffer, size_t len) write;
Undocumented in source.