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

Method describe

unittests/catch.hpp:2613–2615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2611 return true;
2612 }
2613 std::string describe() const override {
2614 return "Equals: " + ::Catch::Detail::stringify( m_comparator );
2615 }
2616 std::vector<T> const& m_comparator;
2617 };
2618

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected