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

Method describe

unittests/catch.hpp:2983–2985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2981 }
2982
2983 std::string describe() const override {
2984 return "contains string: " + Catch::Detail::stringify( m_substr );
2985 }
2986 };
2987
2988 struct StartsWith : StringHolder {

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected