Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ destroy
Function
destroy
modules/cachedb_dynamodb/cachedb_dynamodb.c:277–281 ·
view source on GitHub ↗
* destroy function */
Source
from the content-addressed store, hash-verified
275
* destroy function
276
*/
277
static void destroy(void)
278
{
279
cachedb_end_connections(&cache_mod_name);
280
LM_DBG(
"destroying cachedb_dynamodb module ...\n"
);
281
}
Callers
nothing calls this directly
Calls
1
cachedb_end_connections
Function · 0.85
Tested by
no test coverage detected