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

Method normaliseString

lib/catch2/catch.hpp:15430–15432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15428 }
15429
15430 std::string WildcardPattern::normaliseString( std::string const& str ) const {
15431 return trim( m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str );
15432 }
15433}
15434// end catch_wildcard_pattern.cpp
15435// start catch_xmlwriter.cpp

Callers

nothing calls this directly

Calls 2

trimFunction · 0.85
toLowerFunction · 0.85

Tested by

no test coverage detected