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

Function packed_object_info

packfile.c:1717–1721  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1715}
1716
1717int packed_object_info(struct packed_git *p, off_t obj_offset,
1718 struct object_info *oi)
1719{
1720 return packed_object_info_with_index_pos(p, obj_offset, NULL, oi);
1721}
1722
1723static void *unpack_compressed_entry(struct packed_git *p,
1724 struct pack_window **w_curs,

Callers 7

get_size_by_posFunction · 0.85
add_packed_commitsFunction · 0.85
add_packed_objectFunction · 0.85
batch_object_writeFunction · 0.85
drop_reused_deltaFunction · 0.85

Calls 1

Tested by 1

add_packed_objectFunction · 0.68