MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / restore_debug_trace_modes

Function restore_debug_trace_modes

modules/dasSQLITE/sqlite/shell.c:18495–18498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18493 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 3, &zero);
18494}
18495static void restore_debug_trace_modes(void){
18496 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 1, &savedSelectTrace);
18497 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 3, &savedWhereTrace);
18498}
18499
18500/* Create the TEMP table used to store parameter bindings */
18501static void bind_table_init(ShellState *p){

Callers 1

shell_execFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected