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

Function want_object_in_pack

builtin/pack-objects.c:1829–1836  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1827}
1828
1829static inline int want_object_in_pack(const struct object_id *oid,
1830 int exclude,
1831 struct packed_git **found_pack,
1832 off_t *found_offset)
1833{
1834 return want_object_in_pack_mtime(oid, exclude, found_pack, found_offset,
1835 0);
1836}
1837
1838static struct object_entry *create_object_entry(const struct object_id *oid,
1839 enum object_type type,

Callers 3

add_object_entryFunction · 0.85

Calls 1

Tested by

no test coverage detected