MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / StartsWith

Function StartsWith

tests/catch.hpp:4104–4105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4102 Contains( NSString* substr ){ return Impl::NSStringMatchers::Contains( substr ); }
4103
4104 inline Impl::NSStringMatchers::StartsWith
4105 StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); }
4106
4107 inline Impl::NSStringMatchers::EndsWith
4108 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