MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / EndsWith

Function EndsWith

unittests/catch.hpp:3025–3026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3023 StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); }
3024
3025 inline Impl::NSStringMatchers::EndsWith
3026 EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); }
3027
3028 } // namespace Matchers
3029

Callers

nothing calls this directly

Calls 2

EndsWithMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected