MCPcopy Create free account
hub / github.com/git/git / strintmap_partial_clear

Function strintmap_partial_clear

strmap.h:156–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156static inline void strintmap_partial_clear(struct strintmap *map)
157{
158 strmap_partial_clear(&map->map, 0);
159}
160
161static inline int strintmap_contains(struct strintmap *map, const char *str)
162{

Callers

nothing calls this directly

Calls 1

strmap_partial_clearFunction · 0.85

Tested by

no test coverage detected