Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
xConnect
Method · 0.95
xFilter
Method · 0.95
xNext
Method · 0.95
PropagateJSError
Method · 0.45
xColumn
Method · 0.45
Calls
1
GetState
Method · 0.80
Tested by
no test coverage detected