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:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
Napi::Value StatementIterator::Return(Napi::Env env) {
46
Cleanup();
47
STATEMENT_RETURN_LOGIC(DoneRecord(env, db_state->addon));
48
}
49
50
Napi::Value StatementIterator::Throw(Napi::Env env) {
51
Cleanup();
Callers
1
NODE_METHOD
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected