MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / match

Method match

tests/catch.hpp:4060–4063  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4058 Contains( NSString* substr ) : StringHolder( substr ){}
4059
4060 bool match( NSString* str ) const {
4061 return (str != nil || m_substr == nil ) &&
4062 [str rangeOfString:m_substr].location != NSNotFound;
4063 }
4064
4065 std::string describe() const override {
4066 return "contains string: " + Catch::Detail::stringify( m_substr );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected