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

Method AsyncContext

napi-inl.h:5522–5523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5520////////////////////////////////////////////////////////////////////////////////
5521
5522inline AsyncContext::AsyncContext(napi_env env, const char* resource_name)
5523 : AsyncContext(env, resource_name, Object::New(env)) {}
5524
5525inline AsyncContext::AsyncContext(napi_env env,
5526 const char* resource_name,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected