git_odb_stream

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

Members

Variables

backend
git_odb_backend* backend;
Undocumented in source.
declared_size
size_t declared_size;
Undocumented in source.
finalize_write
int function(git_odb_stream* stream, const(git_oid)* oid) finalize_write;
Undocumented in source.
free
void function(git_odb_stream* stream) free;
Undocumented in source.
hash_ctx
void* hash_ctx;
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.
received_bytes
size_t received_bytes;
Undocumented in source.
write
int function(git_odb_stream* stream, const(char)* buffer, size_t len) write;
Undocumented in source.

Meta