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

Function EndsWith

extlibs/catch/include/catch/catch.hpp:4831–4832  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4829 StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); }
4830
4831 inline Impl::NSStringMatchers::EndsWith
4832 EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); }
4833
4834 } // namespace Matchers
4835

Callers

nothing calls this directly

Calls 2

EndsWithMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected