Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node-addon-api
/ removeHook
Method
removeHook
test/env_cleanup.cc:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
Env::CleanupHook<void (*)(void* arg), int> hook;
26
27
void removeHook(Env env) { hook.Remove(env); }
28
};
29
30
Value AddHooks(const CallbackInfo& info) {
Callers
1
AddHooks
Function · 0.80
Calls
1
Remove
Method · 0.80
Tested by
no test coverage detected