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

Method Throw

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected