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

Method Add

include/cripts/Matcher.hpp:104–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 void
105 Add(cripts::string_view str)
106 {
107 if (swoc::IPRange r; r.load(str)) {
108 mark(r);
109 } else {
110 CFatal("[Matcher::Range::IP] Invalid IP range: %.*s", static_cast<int>(str.size()), str.data());
111 }
112 }
113
114 }; // End class IP
115} // namespace Range

Callers

nothing calls this directly

Calls 3

loadMethod · 0.45
sizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected