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

Function lcache_init

modules/cachedb_local/cachedb_local.c:457–460  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455}
456
457cachedb_con *lcache_init(str *url)
458{
459 return cachedb_do_init(url,(void *)lcache_new_connection);
460}
461
462void lcache_free_connection(cachedb_pool_con *con)
463{

Callers 1

mod_initFunction · 0.85

Calls 1

cachedb_do_initFunction · 0.85

Tested by

no test coverage detected