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

Function strintmap_get_size

strmap.h:176–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174}
175
176static inline unsigned int strintmap_get_size(struct strintmap *map)
177{
178 return strmap_get_size(&map->map);
179}
180
181/*
182 * Returns the value for str in the map. If str isn't found in the map,

Callers

nothing calls this directly

Calls 1

strmap_get_sizeFunction · 0.85

Tested by

no test coverage detected