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

Function NODE_GETTER

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

Source from the content-addressed store, hash-verified

378}
379
380NODE_GETTER(Statement::JS_busy) {
381 Statement* stmt = Unwrap<Statement>(PROPERTY_HOLDER(info));
382 info.GetReturnValue().Set(stmt->alive && stmt->locked);
383}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected