| 40 | }; |
| 41 | |
| 42 | void SomeMethod3() { |
| 43 | std::cout << NAMEOF(SomeMethod3) << " no called!" << std::endl; |
| 44 | } |
| 45 | |
| 46 | template <typename T, typename U> |
| 47 | std::string SomeMethod4(U value) { |
nothing calls this directly
no outgoing calls
no test coverage detected