MCPcopy Create free account
hub / github.com/git/git / odb_write_stream_read

Function odb_write_stream_read

odb/streaming.c:235–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235ssize_t odb_write_stream_read(struct odb_write_stream *st, void *buf, size_t sz)
236{
237 return st->read(st, buf, sz);
238}
239
240void odb_write_stream_release(struct odb_write_stream *st)
241{

Callers 4

hash_blob_streamFunction · 0.85
stream_blob_to_packFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected