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

Function INIT

src/objects/backup.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32INIT(Backup::Init) {
33 return DefineClass(env, "Backup", {
34 PrototypeMethod<Backup, &Backup::JS_transfer>("transfer", addon),
35 PrototypeMethod<Backup, &Backup::JS_close>("close", addon),
36 }, addon);
37}
38
39NODE_METHOD(Backup::JS_new) {
40 UseAddon;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected