| 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; |
no outgoing calls
no test coverage detected