MCPcopy Create free account
hub / github.com/WiseLibs/better-sqlite3 / Throw

Method Throw

src/objects/statement-iterator.cpp:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50Napi::Value StatementIterator::Throw(Napi::Env env) {
51 Cleanup();
52 Database* db = stmt->db;
53 STATEMENT_THROW_LOGIC();
54}
55
56void StatementIterator::Cleanup() {
57 assert(alive == true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected