MCPcopy Create free account
hub / github.com/Tablecruncher/tablecruncher / ~MatcherBase

Method ~MatcherBase

external/httplib.h:849–849  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847class MatcherBase {
848public:
849 virtual ~MatcherBase() = default;
850
851 // Match request path and populate its matches and
852 virtual bool match(Request &request) const = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected