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

Function NODE_GETTER

src/objects/statement.cpp:378–381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378NODE_GETTER(Statement::JS_busy) {
379 Statement* stmt = ::Unwrap<Statement>(info.This());
380 return Napi::Boolean::New(info.Env(), stmt->alive && stmt->locked);
381}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected