git_smart_subtransport_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

free
void function(git_smart_subtransport_stream* stream) free;
Undocumented in source.
read
int function(git_smart_subtransport_stream* stream, char* buffer, size_t buf_size, size_t* bytes_read) read;
Undocumented in source.
subtransport
git_smart_subtransport* subtransport;
Undocumented in source.
write
int function(git_smart_subtransport_stream* stream, const(char)* buffer, size_t len) write;
Undocumented in source.

Meta