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

Method Match

include/cripts/Matcher.hpp:253–257  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251 Result Contains(cripts::string_view subject, PCRE2_SIZE offset = 0, uint32_t options = 0);
252
253 Result
254 Match(cripts::string_view subject, PCRE2_SIZE offset = 0, uint32_t options = 0)
255 {
256 return Contains(subject, offset, options);
257 }
258
259private:
260 RegexEntries _regexes;

Callers

nothing calls this directly

Calls 1

ContainsFunction · 0.50

Tested by

no test coverage detected