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

Function strset_get_size

strmap.h:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260static inline unsigned int strset_get_size(struct strset *set)
261{
262 return strmap_get_size(&set->map);
263}
264
265/* Returns 1 if str is added to the set; returns 0 if str was already in set */
266int strset_add(struct strset *set, const char *str);

Callers 2

set_up_replay_modeFunction · 0.85
replay_revisionsFunction · 0.85

Calls 1

strmap_get_sizeFunction · 0.85

Tested by

no test coverage detected