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

Function InitEnvCleanup

test/env_cleanup.cc:92–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90} // anonymous namespace
91
92Object InitEnvCleanup(Env env) {
93 Object exports = Object::New(env);
94
95 exports["addHooks"] = Function::New(env, AddHooks);
96
97 return exports;
98}
99
100#endif

Callers 1

InitFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected