NOLINTBEGIN(misc-use-anonymous-namespace)
| 369 | |
| 370 | // NOLINTBEGIN(misc-use-anonymous-namespace) |
| 371 | static std::string format_test_parameter(const custom_printable_type& value, |
| 372 | [[maybe_unused]] const int counter) { |
| 373 | return "custom_printable_type(" + std::to_string(value.value) + ")"; |
| 374 | } |
| 375 | |
| 376 | template <class... Ts> |
| 377 | static auto ut::cfg<ut::override, Ts...> = fake_cfg{}; |
nothing calls this directly
no outgoing calls
no test coverage detected