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

Function strset_empty

strmap.h:255–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253}
254
255static inline int strset_empty(struct strset *set)
256{
257 return strmap_empty(&set->map);
258}
259
260static inline unsigned int strset_get_size(struct strset *set)
261{

Callers

nothing calls this directly

Calls 1

strmap_emptyFunction · 0.85

Tested by

no test coverage detected