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

Function oidmap_get_size

oidmap.h:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83void *oidmap_remove(struct oidmap *map, const struct object_id *key);
84
85static inline unsigned int oidmap_get_size(struct oidmap *map)
86{
87 return hashmap_get_size(&map->map);
88}
89
90struct oidmap_iter {
91 struct hashmap_iter h_iter;

Callers 2

lookup_replace_objectFunction · 0.85
commit_graph_compatibleFunction · 0.85

Calls 1

hashmap_get_sizeFunction · 0.85

Tested by

no test coverage detected