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

Function StartsWith

compiler/cpp/tests/catch/catch.hpp:3460–3461  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3458 Contains( NSString* substr ){ return Impl::NSStringMatchers::Contains( substr ); }
3459
3460 inline Impl::NSStringMatchers::StartsWith
3461 StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); }
3462
3463 inline Impl::NSStringMatchers::EndsWith
3464 EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); }

Callers

nothing calls this directly

Calls 2

StartsWithMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected