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

Method PropagateJSError

src/util/custom-table.cpp:340–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

338 }
339
340 void PropagateJSError() {
341 assert(db->GetState()->was_js_error == false);
342 db->GetState()->was_js_error = true;
343 }
344
345 Addon* const addon;
346 const Napi::Env env;

Callers 5

xConnectMethod · 0.95
xFilterMethod · 0.95
xNextMethod · 0.95
PropagateJSErrorMethod · 0.45
xColumnMethod · 0.45

Calls 1

GetStateMethod · 0.80

Tested by

no test coverage detected