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

Function INIT

src/objects/backup.cpp:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected