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

Method CleanupHook

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

Source from the content-addressed store, hash-verified

7100
7101template <typename Hook, typename Arg>
7102Env::CleanupHook<Hook, Arg>::CleanupHook() {
7103 data = nullptr;
7104}
7105
7106template <typename Hook, typename Arg>
7107Env::CleanupHook<Hook, Arg>::CleanupHook(Napi::BasicEnv env, Hook hook)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected