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

Method Return

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

Source from the content-addressed store, hash-verified

42}
43
44Napi::Value StatementIterator::Return(Napi::Env env) {
45 Cleanup();
46 STATEMENT_RETURN_LOGIC(DoneRecord(env, db_state->addon));
47}
48
49Napi::Value StatementIterator::Throw(Napi::Env env) {
50 Cleanup();

Callers 1

NODE_METHODFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected