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

Function NODE_GETTER

src/objects/statement.cpp:377–380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected