MCPcopy Create free account
hub / github.com/apache/trafficserver / toString

Method toString

lib/catch2/catch.hpp:7895–7899  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7893 }
7894
7895 std::string Approx::toString() const {
7896 ReusableStringStream rss;
7897 rss << "Approx( " << ::Catch::Detail::stringify( m_value ) << " )";
7898 return rss.str();
7899 }
7900
7901 bool Approx::equalityComparisonImpl(const double other) const {
7902 // First try with fixed margin, then compute margin based on epsilon, scale and Approx's value

Callers 7

mainMethod · 0.45
CB_Pre_AcceptFunction · 0.45
describeMethod · 0.45
describeMethod · 0.45
describeMethod · 0.45
convertMethod · 0.45

Calls 3

stringifyFunction · 0.85
strMethod · 0.45
emptyMethod · 0.45

Tested by 1

mainMethod · 0.36