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

Method xStep

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

Source from the content-addressed store, hash-verified

19 start(Napi::Persistent(start)) {}
20
21 static void xStep(sqlite3_context* invocation, int argc, sqlite3_value** argv) {
22 xStepBase(invocation, argc, argv, &CustomAggregate::fn);
23 }
24
25 static void xInverse(sqlite3_context* invocation, int argc, sqlite3_value** argv) {
26 xStepBase(invocation, argc, argv, &CustomAggregate::inverse);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected