Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ db_postgres_init
Function
db_postgres_init
modules/db_postgres/dbase.c:103–106 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
101
*/
102
103
db_con_t *db_postgres_init(const str* _url)
104
{
105
return db_do_init(_url, (void*) db_postgres_new_connection);
106
}
107
108
109
/*
Callers
nothing calls this directly
Calls
1
db_do_init
Function · 0.85
Tested by
no test coverage detected