git_writestream

A type to write in a streaming fashion, for example, for filters.

Members

Variables

close
int function(.git_writestream* stream) close;
Undocumented in source.
free
void function(.git_writestream* stream) free;
Undocumented in source.
write
int function(.git_writestream* stream, const(char)* buffer, size_t len) write;
Undocumented in source.

Meta