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

Method xInverse

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

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected