| 6556 | typename std::enable_if<!std::is_convertible<T, Sink>::value, |
| 6557 | int>::type = 0> |
| 6558 | IgnoredValue(const T& /* ignored */) {} // NOLINT(runtime/explicit) |
| 6559 | }; |
| 6560 | |
| 6561 | // Appends the user-supplied message to the Google-Test-generated message. |
nothing calls this directly
no outgoing calls
no test coverage detected