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

Method rfind

include/cripts/Urls.hpp:186–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184 }
185
186 [[nodiscard]] constexpr cripts::string_view::size_type
187 rfind(cripts::string_view const substr, cripts::string_view::size_type pos = 0) const
188 {
189 return _data.rfind(substr, pos);
190 }
191
192 [[nodiscard]] constexpr bool
193 contains(cripts::string_view const substr) const

Callers 12

extractClassNameFunction · 0.45
tokenizeMethod · 0.45
test_TextView.ccFile · 0.45
suffix_atMethod · 0.45
TextView.hFile · 0.45
split_suffix_atMethod · 0.45
take_suffix_atMethod · 0.45
ats_ip_parseFunction · 0.45
getRegionFunction · 0.45
vars_test.ccFile · 0.45
next_traceFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected