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

Function odb_write_object

odb.h:557–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555 enum odb_write_object_flags flags);
556
557static inline int odb_write_object(struct object_database *odb,
558 const void *buf, unsigned long len,
559 enum object_type type,
560 struct object_id *oid)
561{
562 return odb_write_object_ext(odb, buf, len, type, oid, NULL, 0);
563}
564
565struct odb_write_stream;
566

Callers 15

handle_content_mergeFunction · 0.85
write_treeFunction · 0.85
index_memFunction · 0.85
index_pathFunction · 0.85
write_notes_treeFunction · 0.85
splice_treeFunction · 0.85
notes_cache_putFunction · 0.85
try_threewayFunction · 0.85

Calls 1

odb_write_object_extFunction · 0.85

Tested by

no test coverage detected