Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ Match
Method
Match
include/cripts/Matcher.hpp:157–161 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
[[nodiscard]] bool
158
Match(cripts::Header::Method method) const
159
{
160
return Contains(method);
161
}
162
163
}; // End class Method
164
Callers
nothing calls this directly
Calls
1
Contains
Function · 0.50
Tested by
no test coverage detected