MCPcopy Create free account
hub / github.com/FidoProject/Fido / toString

Method toString

tests/catch.h:1129–1131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1127 return endsWith( m_data.adjustString( expr ), m_data.m_str );
1128 }
1129 virtual std::string toString() const {
1130 return "ends with: \"" + m_data.m_str + "\"" + m_data.toStringSuffix();
1131 }
1132
1133 CasedString m_data;
1134 };

Callers

nothing calls this directly

Calls 2

toStringFunction · 0.85
toStringSuffixMethod · 0.80

Tested by

no test coverage detected