| 376 | } |
| 377 | |
| 378 | NODE_GETTER(Statement::JS_busy) { |
| 379 | Statement* stmt = ::Unwrap<Statement>(info.This()); |
| 380 | return Napi::Boolean::New(info.Env(), stmt->alive && stmt->locked); |
| 381 | } |
nothing calls this directly
no outgoing calls
no test coverage detected