MCPcopy 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
174cachedb_con *dynamodb_init(str *url)
175{
176 return cachedb_do_init(url, (void *)dynamodb_new_connection);
177}
178
179
180static const cmd_export_t cmds[] =

Callers 1

child_initFunction · 0.85

Calls 1

cachedb_do_initFunction · 0.85

Tested by

no test coverage detected