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

Function EndsWith

tests/catch.hpp:4107–4108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4105 StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); }
4106
4107 inline Impl::NSStringMatchers::EndsWith
4108 EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); }
4109
4110 } // namespace Matchers
4111

Callers

nothing calls this directly

Calls 2

EndsWithMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected