| 115 | #define sintmap_empty(smap) intmap_empty_(sintmap_unwrap_(smap)) |
| 116 | |
| 117 | static 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 |
no outgoing calls
no test coverage detected