| 23 | } |
| 24 | |
| 25 | static void xInverse(sqlite3_context* invocation, int argc, sqlite3_value** argv) { |
| 26 | xStepBase(invocation, argc, argv, &CustomAggregate::inverse); |
| 27 | } |
| 28 | |
| 29 | static void xValue(sqlite3_context* invocation) { |
| 30 | xValueBase(invocation, false); |
nothing calls this directly
no outgoing calls
no test coverage detected