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

Function explain_data_delete

modules/dasSQLITE/sqlite/shell.c:18476–18481  ·  view source on GitHub ↗

** Free the array allocated by explain_data_prepare(). */

Source from the content-addressed store, hash-verified

18474** Free the array allocated by explain_data_prepare().
18475*/
18476static void explain_data_delete(ShellState *p){
18477 sqlite3_free(p->aiIndent);
18478 p->aiIndent = 0;
18479 p->nIndent = 0;
18480 p->iIndent = 0;
18481}
18482
18483/*
18484** Disable and restore .wheretrace and .treetrace/.selecttrace settings.

Callers 1

shell_execFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected