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

Method PropagateJSError

src/util/custom-aggregate.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 }
110
111 void PropagateJSError(sqlite3_context* invocation) {
112 DestroyAccumulator(invocation);
113 CustomFunction::PropagateJSError(invocation);
114 }
115
116 const bool invoke_result;
117 const bool invoke_start;

Callers 2

xStepBaseMethod · 0.95
xValueBaseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected