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

Method Addon

src/addon.cpp:2–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1struct Addon {
2 explicit Addon(Napi::Env env) :
3 privileged_info(NULL),
4 next_id(0),
5 cs(env) {}
6
7 static void Cleanup(Addon* addon) {
8 for (Database* db : addon->dbs) db->CloseHandles();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected