MCPcopy 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
7212void close_sp(struct sqlclntstate *clnt)
7213{
7214 close_sp_int(clnt->sp, 1);
7215 clnt->sp = NULL;
7216}
7217
7218void lua_final(sqlite3_context *context)
7219{

Callers 5

cleanup_clntFunction · 0.85
setup_sp_intFunction · 0.85
lua_finalFunction · 0.85
lua_funcFunction · 0.85
exec_triggerFunction · 0.85

Calls 1

close_sp_intFunction · 0.85

Tested by

no test coverage detected