git_writestream

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

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