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

Method findModOfType

src/proxy/ControlBase.cc:764–774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

762};
763
764ControlBase::Modifier *
765ControlBase::findModOfType(Modifier::Type t) const
766{
767 for (auto &m : _mods) {
768 if (m && t == m->type()) {
769 return m;
770 }
771 }
772
773 return nullptr;
774}
775
776const char *
777ControlBase::ProcessModifiers(matcher_line *line_info)

Callers 1

getSchemeModTextMethod · 0.95

Calls 1

typeMethod · 0.45

Tested by

no test coverage detected