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

Class CleanupHook

napi.h:371–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369#if NAPI_VERSION > 2
370 template <typename Hook, typename Arg = void>
371 class CleanupHook;
372
373 template <typename Hook>
374 CleanupHook<Hook> AddCleanupHook(Hook hook);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected