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

Function strmap_get_size

strmap.h:95–98  ·  view source on GitHub ↗

* Return how many entries the strmap has. */

Source from the content-addressed store, hash-verified

93 * Return how many entries the strmap has.
94 */
95static inline unsigned int strmap_get_size(struct strmap *map)
96{
97 return hashmap_get_size(&map->map);
98}
99
100/*
101 * Return whether the strmap is empty.

Callers 9

handle_deferred_entriesFunction · 0.85
process_entriesFunction · 0.85
trace2_fetch_infoFunction · 0.85
setup_additional_headersFunction · 0.85
strmap_emptyFunction · 0.85
strintmap_get_sizeFunction · 0.85
strset_get_sizeFunction · 0.85
diff_queue_is_emptyFunction · 0.85

Calls 1

hashmap_get_sizeFunction · 0.85

Tested by

no test coverage detected