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

Function cachedb_pool_insert

cachedb/cachedb_pool.c:75–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void cachedb_pool_insert(cachedb_pool_con *con)
76{
77 if (!con)
78 return;
79
80 con->next = cachedb_pool;
81 cachedb_pool = con;
82}
83
84int cachedb_pool_remove(cachedb_pool_con *con)
85{

Callers 1

cachedb_do_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected