MCPcopy Create free account
hub / github.com/audacity/audacity / restore_debug_trace_modes

Function restore_debug_trace_modes

lib-src/sqlite/shell.c:13058–13061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13056 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 3, &zero);
13057}
13058static void restore_debug_trace_modes(void){
13059 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 1, &savedSelectTrace);
13060 sqlite3_test_control(SQLITE_TESTCTRL_TRACEFLAGS, 3, &savedWhereTrace);
13061}
13062
13063/* Create the TEMP table used to store parameter bindings */
13064static void bind_table_init(ShellState *p){

Callers 1

shell_execFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected