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

Function reset_stmts

lua/sp.c:2678–2685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2676}
2677
2678static void reset_stmts(SP sp)
2679{
2680 dbstmt_t *dbstmt, *tmp;
2681 LIST_FOREACH_SAFE(dbstmt, &sp->dbstmts, entries, tmp) {
2682 reset_stmt(sp, dbstmt);
2683 }
2684 sqlite3UnlockStmtTablesRemotes(sp->clnt);
2685}
2686
2687static int db_begin(Lua L)
2688{

Callers 4

db_begin_intFunction · 0.85
db_commit_intFunction · 0.85
db_rollback_intFunction · 0.85
run_funcFunction · 0.85

Calls 2

reset_stmtFunction · 0.85

Tested by

no test coverage detected