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

Function strmap_empty

strmap.h:103–106  ·  view source on GitHub ↗

* Return whether the strmap is empty. */

Source from the content-addressed store, hash-verified

101 * Return whether the strmap is empty.
102 */
103static inline int strmap_empty(struct strmap *map)
104{
105 return strmap_get_size(map) == 0;
106}
107
108/*
109 * iterate through @map using @iter, @var is a pointer to a type strmap_entry

Callers 12

compute_collisionsFunction · 0.85
possible_renamesFunction · 0.85
process_entriesFunction · 0.85
send_wanted_ref_infoFunction · 0.85
diffcore_rename_extendedFunction · 0.85
strintmap_emptyFunction · 0.85
strset_emptyFunction · 0.85
walk_objects_by_pathFunction · 0.85

Calls 1

strmap_get_sizeFunction · 0.85

Tested by

no test coverage detected