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

Method describe

unittests/catch.hpp:2326–2328  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2324 }
2325
2326 std::string describe() const override {
2327 return "not " + m_underlyingMatcher.toString();
2328 }
2329 MatcherBase<ArgT> const& m_underlyingMatcher;
2330 };
2331

Callers

nothing calls this directly

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected