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

Method EndsWith

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

Source from the content-addressed store, hash-verified

4081 };
4082 struct EndsWith : StringHolder {
4083 EndsWith( NSString* substr ) : StringHolder( substr ){}
4084
4085 bool match( NSString* str ) const override {
4086 return (str != nil || m_substr == nil ) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected