| 847 | class MatcherBase { |
| 848 | public: |
| 849 | virtual ~MatcherBase() = default; |
| 850 | |
| 851 | // Match request path and populate its matches and |
| 852 | virtual bool match(Request &request) const = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected