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

Method StartsWith

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

Source from the content-addressed store, hash-verified

4069
4070 struct StartsWith : StringHolder {
4071 StartsWith( NSString* substr ) : StringHolder( substr ){}
4072
4073 bool match( NSString* str ) const override {
4074 return (str != nil || m_substr == nil ) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected