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

Method EndsWith

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

Source from the content-addressed store, hash-verified

2999 };
3000 struct EndsWith : StringHolder {
3001 EndsWith( NSString* substr ) : StringHolder( substr ){}
3002
3003 bool match( NSString* str ) const override {
3004 return (str != nil || m_substr == nil ) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected