| 27 | } |
| 28 | |
| 29 | static void xValue(sqlite3_context* invocation) { |
| 30 | xValueBase(invocation, false); |
| 31 | } |
| 32 | |
| 33 | static void xFinal(sqlite3_context* invocation) { |
| 34 | xValueBase(invocation, true); |
nothing calls this directly
no outgoing calls
no test coverage detected