| 494 | private: |
| 495 | template <typename U, void (U::*)(Napi::Env)> |
| 496 | struct SFINAE {}; |
| 497 | template <typename U> |
| 498 | static char test(SFINAE<U, &U::Finalize>*); |
| 499 | template <typename U> |
nothing calls this directly
no outgoing calls
no test coverage detected