MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / restore_sp

Function restore_sp

lua/sp.c:6897–6900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6895}
6896
6897static void restore_sp(struct sqlclntstate *clnt, struct sp_state *state)
6898{
6899 clnt->sp = state->sp;
6900}
6901
6902static int lua_to_sqlite(Lua L, sqlite3_context *context)
6903{

Callers 2

lua_finalFunction · 0.85
lua_funcFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected