MCPcopy Create free account
hub / github.com/altairwei/WizNotePlus / checkVM

Method checkVM

src/database/cppsqlite3.cpp:523–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

521
522
523void CppSQLite3Query::checkVM()
524{
525 if (mpVM == 0)
526 {
527 throw CppSQLite3Exception(CPPSQLITE_ERROR, "Null Virtual Machine pointer");
528 }
529}
530
531////////////////////////////////////////////////////////////////////////////////
532

Callers

nothing calls this directly

Calls 1

CppSQLite3ExceptionClass · 0.85

Tested by

no test coverage detected