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

Function EndsWith

lib/catch2/catch.hpp:5023–5024  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5021 StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); }
5022
5023 inline Impl::NSStringMatchers::EndsWith
5024 EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); }
5025
5026 } // namespace Matchers
5027

Callers

nothing calls this directly

Calls 2

EndsWithMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected