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

Method ~CustomFunction

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

Source from the content-addressed store, hash-verified

15 safe_ints(safe_ints) {}
16
17 virtual ~CustomFunction() {}
18
19 static void xDestroy(void* self) {
20 delete static_cast<CustomFunction*>(self);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected