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

Function NODE_GETTER

src/objects/database.cpp:410–412  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

408}
409
410NODE_GETTER(Database::JS_open) {
411 info.GetReturnValue().Set(Unwrap<Database>(PROPERTY_HOLDER(info))->open);
412}
413
414NODE_GETTER(Database::JS_inTransaction) {
415 Database* db = Unwrap<Database>(PROPERTY_HOLDER(info));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected