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

Function InitEnvMiscellaneous

test/env_misc.cc:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15} // end anonymous namespace
16
17Object InitEnvMiscellaneous(Env env) {
18 Object exports = Object::New(env);
19
20 exports["get_module_file_name"] = Function::New(env, GetModuleFileName);
21
22 return exports;
23}
24
25#endif

Callers 1

InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected