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

Function sqlite3_recover_errmsg

modules/dasSQLITE/sqlite/shell.c:16217–16219  ·  view source on GitHub ↗

** Return the handle error message, if any. */

Source from the content-addressed store, hash-verified

16215** Return the handle error message, if any.
16216*/
16217const char *sqlite3_recover_errmsg(sqlite3_recover *p){
16218 return (p && p->errCode!=SQLITE_NOMEM) ? p->zErrMsg : "out of memory";
16219}
16220
16221/*
16222** Return the handle error code.

Callers 1

recoverDatabaseCmdFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected