| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected