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

Method xDestroy

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

Source from the content-addressed store, hash-verified

17 virtual ~CustomFunction() {}
18
19 static void xDestroy(void* self) {
20 delete static_cast<CustomFunction*>(self);
21 }
22
23 static void xFunc(sqlite3_context* invocation, int argc, sqlite3_value** argv) {
24 FUNCTION_START();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected