Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
void StatementIterator::Return(NODE_ARGUMENTS info) {
52
Cleanup();
53
STATEMENT_RETURN_LOGIC(DoneRecord(OnlyIsolate, db_state->addon));
54
}
55
56
void StatementIterator::Throw() {
57
Cleanup();
Callers
1
NODE_METHOD
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected