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

Function odb_source_files_write_object_stream

odb/source-files.c:173–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173static int odb_source_files_write_object_stream(struct odb_source *source,
174 struct odb_write_stream *stream,
175 size_t len,
176 struct object_id *oid)
177{
178 struct odb_source_files *files = odb_source_files_downcast(source);
179 return odb_source_write_object_stream(&files->loose->base, stream, len, oid);
180}
181
182static int odb_source_files_begin_transaction(struct odb_source *source,
183 struct odb_transaction **out)

Callers

nothing calls this directly

Calls 2

Tested by

no test coverage detected