git_smart_subtransport_stream.write

Write data to the stream

The implementation must write all data or return an error.

struct git_smart_subtransport_stream
int function(.git_smart_subtransport_stream* stream, const(char)* buffer, size_t len) write;

Meta