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

Function destroy

modules/cachedb_couchbase/cachedb_couchbase.c:149–154  ·  view source on GitHub ↗

* destroy function */

Source from the content-addressed store, hash-verified

147 * destroy function
148 */
149static void destroy(void)
150{
151 LM_NOTICE("destroy module cachedb_couchbase ...\n");
152 cachedb_end_connections(&cache_mod_name);
153 return;
154}

Callers

nothing calls this directly

Calls 1

cachedb_end_connectionsFunction · 0.85

Tested by

no test coverage detected