MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cdb_dict_empty

Function cdb_dict_empty

cachedb/cachedb_dict.h:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73
74
75static inline int cdb_dict_empty(cdb_dict_t *dict)
76{
77 return list_empty(dict);
78}
79
80#define dbg_cdb_dict(_pre_text, _dict_ptr) \
81 do { \

Callers 2

cdb_flush_urecordFunction · 0.85
test_query_unsetFunction · 0.85

Calls 1

list_emptyFunction · 0.85

Tested by 1

test_query_unsetFunction · 0.68