MCPcopy Create free account
hub / github.com/nodejs/node-addon-api / CallbackScope

Method CallbackScope

napi-inl.h:5493–5494  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5491////////////////////////////////////////////////////////////////////////////////
5492
5493inline CallbackScope::CallbackScope(napi_env env, napi_callback_scope scope)
5494 : _env(env), _scope(scope) {}
5495
5496inline CallbackScope::CallbackScope(napi_env env, napi_async_context context)
5497 : _env(env) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected