| 508 | private: |
| 509 | template <typename U, void (U::*)(Napi::BasicEnv)> |
| 510 | struct SFINAE {}; |
| 511 | template <typename U> |
| 512 | static char test(SFINAE<U, &U::Finalize>*); |
| 513 | template <typename U> |
nothing calls this directly
no outgoing calls
no test coverage detected