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

Function StartsWith

lib/catch2/catch.hpp:5020–5021  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5018 Contains( NSString* substr ){ return Impl::NSStringMatchers::Contains( substr ); }
5019
5020 inline Impl::NSStringMatchers::StartsWith
5021 StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); }
5022
5023 inline Impl::NSStringMatchers::EndsWith
5024 EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); }

Callers 1

test_HTTP2.ccFile · 0.50

Calls 2

StartsWithMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected