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

Method MatchOpNot

lib/yamlcpp/src/regeximpl.h:159–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157// NotOperator
158template <typename Source>
159inline int RegEx::MatchOpNot(const Source& source) const {
160 if (m_params.empty())
161 return -1;
162 if (m_params[0].MatchUnchecked(source) >= 0)
163 return -1;
164 return 1;
165}
166
167// SeqOperator
168template <typename Source>

Callers

nothing calls this directly

Calls 2

MatchUncheckedMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected