Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
457
cachedb_con *lcache_init(str *url)
458
{
459
return cachedb_do_init(url,(void *)lcache_new_connection);
460
}
461
462
void lcache_free_connection(cachedb_pool_con *con)
463
{
Callers
1
mod_init
Function · 0.85
Calls
1
cachedb_do_init
Function · 0.85
Tested by
no test coverage detected