MCPcopy Index your code
hub / github.com/git/git / odb_write_object_ext

Function odb_write_object_ext

odb.c:988–997  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

986}
987
988int odb_write_object_ext(struct object_database *odb,
989 const void *buf, unsigned long len,
990 enum object_type type,
991 struct object_id *oid,
992 struct object_id *compat_oid,
993 enum odb_write_object_flags flags)
994{
995 return odb_source_write_object(odb->sources, buf, len, type,
996 oid, compat_oid, flags);
997}
998
999int odb_write_object_stream(struct object_database *odb,
1000 struct odb_write_stream *stream, size_t len,

Callers 4

update_oneFunction · 0.85
odb_write_objectFunction · 0.85
commit_tree_extendedFunction · 0.85
build_tag_objectFunction · 0.85

Calls 1

odb_source_write_objectFunction · 0.85

Tested by

no test coverage detected