Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
75
static 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_urecord
Function · 0.85
test_query_unset
Function · 0.85
Calls
1
list_empty
Function · 0.85
Tested by
1
test_query_unset
Function · 0.68