MCPcopy Create free account
hub / github.com/ChaiScript/ChaiScript / describe

Method describe

unittests/catch.hpp:2996–2998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2994 }
2995
2996 std::string describe() const override {
2997 return "starts with: " + Catch::Detail::stringify( m_substr );
2998 }
2999 };
3000 struct EndsWith : StringHolder {
3001 EndsWith( NSString* substr ) : StringHolder( substr ){}

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected