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

Function lua_end_all_step

lua/sp.c:2322–2330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2320}
2321
2322static void lua_end_all_step(struct sqlclntstate *clnt, SP sp)
2323{
2324 if (sp != NULL) {
2325 dbstmt_t *dbstmt, *tmp;
2326 LIST_FOREACH_SAFE(dbstmt, &sp->dbstmts, entries, tmp) {
2327 lua_end_step(clnt, sp, dbstmt->stmt);
2328 }
2329 }
2330}
2331
2332static int lua_get_prepare_flags()
2333{

Callers 1

InstructionCountHookFunction · 0.85

Calls 1

lua_end_stepFunction · 0.85

Tested by

no test coverage detected