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

Method describe

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

Source from the content-addressed store, hash-verified

4076 }
4077
4078 std::string describe() const override {
4079 return "starts with: " + Catch::Detail::stringify( m_substr );
4080 }
4081 };
4082 struct EndsWith : StringHolder {
4083 EndsWith( NSString* substr ) : StringHolder( substr ){}

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected