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

Function lookup_object_buffer

builtin/unpack-objects.c:48–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46static struct decoration obj_decorate;
47
48static struct obj_buffer *lookup_object_buffer(struct object *base)
49{
50 return lookup_decoration(&obj_decorate, base);
51}
52
53static void add_object_buffer(struct object *object, char *buffer, unsigned long size)
54{

Callers 2

check_objectFunction · 0.85
resolve_against_heldFunction · 0.85

Calls 1

lookup_decorationFunction · 0.85

Tested by

no test coverage detected