| 7100 | |
| 7101 | template <typename Hook, typename Arg> |
| 7102 | Env::CleanupHook<Hook, Arg>::CleanupHook() { |
| 7103 | data = nullptr; |
| 7104 | } |
| 7105 | |
| 7106 | template <typename Hook, typename Arg> |
| 7107 | Env::CleanupHook<Hook, Arg>::CleanupHook(Napi::BasicEnv env, Hook hook) |
nothing calls this directly
no outgoing calls
no test coverage detected