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

Method Return

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

Source from the content-addressed store, hash-verified

49}
50
51void StatementIterator::Return(NODE_ARGUMENTS info) {
52 Cleanup();
53 STATEMENT_RETURN_LOGIC(DoneRecord(OnlyIsolate, db_state->addon));
54}
55
56void StatementIterator::Throw() {
57 Cleanup();

Callers 1

NODE_METHODFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected