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

Function odb_write_object_stream

odb.c:999–1004  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

997}
998
999int odb_write_object_stream(struct object_database *odb,
1000 struct odb_write_stream *stream, size_t len,
1001 struct object_id *oid)
1002{
1003 return odb_source_write_object_stream(odb->sources, stream, len, oid);
1004}
1005
1006struct object_database *odb_new(struct repository *repo,
1007 const char *primary_source,

Callers 1

stream_blobFunction · 0.85

Calls 1

Tested by

no test coverage detected