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

Method Contains

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

Source from the content-addressed store, hash-verified

2974
2975 struct Contains : StringHolder {
2976 Contains( NSString* substr ) : StringHolder( substr ){}
2977
2978 bool match( NSString* str ) const {
2979 return (str != nil || m_substr == nil ) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected