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

Method BasicEnv

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

Source from the content-addressed store, hash-verified

630////////////////////////////////////////////////////////////////////////////////
631
632inline BasicEnv::BasicEnv(node_addon_api_basic_env env) : _env(env) {}
633
634inline BasicEnv::operator node_addon_api_basic_env() const {
635 return _env;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected