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

Function sqlite3_recover_run

modules/dasSQLITE/sqlite/shell.c:16300–16303  ·  view source on GitHub ↗

** Do the configured recovery operation. Return SQLITE_OK if successful, or ** else an SQLite error code. */

Source from the content-addressed store, hash-verified

16298** else an SQLite error code.
16299*/
16300int sqlite3_recover_run(sqlite3_recover *p){
16301 while( SQLITE_OK==sqlite3_recover_step(p) );
16302 return sqlite3_recover_errcode(p);
16303}
16304
16305
16306/*

Callers 1

recoverDatabaseCmdFunction · 0.85

Calls 2

sqlite3_recover_stepFunction · 0.85
sqlite3_recover_errcodeFunction · 0.85

Tested by

no test coverage detected