MCPcopy Create free account
hub / github.com/apache/trafficserver / CheckForMatch

Method CheckForMatch

include/proxy/ControlBase.h:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104inline ControlBase::ControlBase() {}
105
106inline bool
107ControlBase::CheckForMatch(HttpRequestData *request_data, int last_number)
108{
109 return (last_number < 0 || last_number > this->line_num) && this->CheckModifiers(request_data);
110}

Callers 2

UpdateMatchMethod · 0.80
UpdateMatchMethod · 0.80

Calls 1

CheckModifiersMethod · 0.95

Tested by

no test coverage detected