MCPcopy Create free account
hub / github.com/ElementsProject/lightning / intmap_empty_

Function intmap_empty_

ccan/ccan/intmap/intmap.h:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115#define sintmap_empty(smap) intmap_empty_(sintmap_unwrap_(smap))
116
117static inline bool intmap_empty_(const struct intmap *map)
118{
119 return map->v == NULL && map->u.n == NULL;
120}
121
122/**
123 * uintmap_get - get a value from an unsigned integer map

Callers 9

intmap_get_Function · 0.85
intmap_add_Function · 0.85
intmap_del_Function · 0.85
intmap_first_Function · 0.85
intmap_after_Function · 0.85
intmap_before_Function · 0.85
intmap_last_Function · 0.85
intmap_clear_Function · 0.85
intmap_iterate_Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected