Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ dynamodb_init
Function
dynamodb_init
modules/cachedb_dynamodb/cachedb_dynamodb.c:174–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
173
174
cachedb_con *dynamodb_init(str *url)
175
{
176
return cachedb_do_init(url, (void *)dynamodb_new_connection);
177
}
178
179
180
static const cmd_export_t cmds[] =
Callers
1
child_init
Function · 0.85
Calls
1
cachedb_do_init
Function · 0.85
Tested by
no test coverage detected