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

Function destroy

modules/cachedb_redis/cachedb_redis.c:246–251  ·  view source on GitHub ↗

* destroy function */

Source from the content-addressed store, hash-verified

244 * destroy function
245 */
246static void destroy(void)
247{
248 LM_NOTICE("destroy module cachedb_redis ...\n");
249 cachedb_end_connections(&cache_mod_name);
250 return;
251}

Callers

nothing calls this directly

Calls 1

cachedb_end_connectionsFunction · 0.85

Tested by

no test coverage detected