MCPcopy Create free account
hub / github.com/RenderKit/embree / StartsWith

Function StartsWith

tutorials/external/catch.hpp:4435–4436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4433 Contains( NSString* substr ){ return Impl::NSStringMatchers::Contains( substr ); }
4434
4435 inline Impl::NSStringMatchers::StartsWith
4436 StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); }
4437
4438 inline Impl::NSStringMatchers::EndsWith
4439 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