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

Method Destructor

src/util/custom-table.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 factory(Napi::Persistent(factory)) {}
15
16 static void Destructor(void* self) {
17 delete static_cast<CustomTable*>(self);
18 }
19
20 static sqlite3_module MODULE;
21 static sqlite3_module EPONYMOUS_MODULE;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected