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

Method Equals

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

Source from the content-addressed store, hash-verified

2961
2962 struct Equals : StringHolder {
2963 Equals( NSString* substr ) : StringHolder( substr ){}
2964
2965 bool match( NSString* str ) const override {
2966 return (str != nil || m_substr == nil ) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected