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

Method Throw

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

Source from the content-addressed store, hash-verified

54}
55
56void StatementIterator::Throw() {
57 Cleanup();
58 Database* db = stmt->db;
59 STATEMENT_THROW_LOGIC();
60}
61
62void StatementIterator::Cleanup() {
63 assert(alive == true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected