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

Method xValue

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected