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

Function odb_read_stream_read

odb/streaming.c:206–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206ssize_t odb_read_stream_read(struct odb_read_stream *st, void *buf, size_t sz)
207{
208 return st->read(st, buf, sz);
209}
210
211struct odb_read_stream *odb_read_stream_open(struct object_database *odb,
212 const struct object_id *oid,

Callers 8

write_zip_entryFunction · 0.85
stream_blockedFunction · 0.85
stream_object_signatureFunction · 0.85
compare_objectsFunction · 0.85
write_large_blob_dataFunction · 0.85
read_istream_filteredFunction · 0.85
odb_stream_blob_to_fdFunction · 0.85

Calls

no outgoing calls

Tested by 1