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

Function w_cache_remove

core_cmds.c:1253–1261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1251}
1252
1253static int w_cache_remove(struct sip_msg *msg, str *id, str *attr)
1254{
1255 if (!attr->s || !attr->len) {
1256 LM_ERR("attribute cannot be empty\n");
1257 return E_UNSPEC;
1258 }
1259
1260 return cachedb_remove(id, attr);
1261}
1262
1263static int w_cache_fetch(struct sip_msg *msg, str *id, str *attr,
1264 pv_spec_t *res)

Callers

nothing calls this directly

Calls 1

cachedb_removeFunction · 0.85

Tested by

no test coverage detected