| 9357 | class PolymorphicMatcher { |
| 9358 | public: |
| 9359 | explicit PolymorphicMatcher(const Impl& an_impl) : impl_(an_impl) {} |
| 9360 | |
| 9361 | // Returns a mutable reference to the underlying matcher |
| 9362 | // implementation object. |
nothing calls this directly
no outgoing calls
no test coverage detected