Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bloomberg/comdb2
/ close_sp
Function
close_sp
lua/sp.c:7212–7216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7210
}
7211
7212
void close_sp(struct sqlclntstate *clnt)
7213
{
7214
close_sp_int(clnt->sp, 1);
7215
clnt->sp = NULL;
7216
}
7217
7218
void lua_final(sqlite3_context *context)
7219
{
Callers
5
cleanup_clnt
Function · 0.85
setup_sp_int
Function · 0.85
lua_final
Function · 0.85
lua_func
Function · 0.85
exec_trigger
Function · 0.85
Calls
1
close_sp_int
Function · 0.85
Tested by
no test coverage detected