MCPcopy Create free account
hub / github.com/apache/thrift / EndsWith

Function EndsWith

compiler/cpp/tests/catch/catch.hpp:3463–3464  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3461 StartsWith( NSString* substr ){ return Impl::NSStringMatchers::StartsWith( substr ); }
3462
3463 inline Impl::NSStringMatchers::EndsWith
3464 EndsWith( NSString* substr ){ return Impl::NSStringMatchers::EndsWith( substr ); }
3465
3466 } // namespace Matchers
3467

Callers

nothing calls this directly

Calls 2

EndsWithMatcherClass · 0.85
CasedStringClass · 0.85

Tested by

no test coverage detected