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

Method describe

unittests/catch.hpp:2589–2591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2587 return true;
2588 }
2589 std::string describe() const override {
2590 return "Contains: " + ::Catch::Detail::stringify( m_comparator );
2591 }
2592
2593 std::vector<T> const& m_comparator;
2594 };

Callers

nothing calls this directly

Calls 1

stringifyFunction · 0.85

Tested by

no test coverage detected