Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ fss_db_close
Function
fss_db_close
modules/freeswitch_scripting/fss_db.c:72–81 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void fss_db_close(void)
73
{
74
if (!have_db())
75
return;
76
77
if (db_handle && db.close)
78
db.close(db_handle);
79
80
db_handle = NULL;
81
}
82
83
int fss_db_connect(void)
84
{
Callers
1
mod_init
Function · 0.85
Calls
1
have_db
Function · 0.85
Tested by
no test coverage detected