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

Method Contains

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

Source from the content-addressed store, hash-verified

4056
4057 struct Contains : StringHolder {
4058 Contains( NSString* substr ) : StringHolder( substr ){}
4059
4060 bool match( NSString* str ) const {
4061 return (str != nil || m_substr == nil ) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected