MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / toString

Function toString

tests/framework/src/doctest.cpp:720–722  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720String toString(const Contains& in) {
721 return "Contains( " + in.string + " )";
722}
723
724bool operator==(const String& lhs, const Contains& rhs) { return rhs.checkWith(lhs); }
725bool operator==(const Contains& lhs, const String& rhs) { return lhs.checkWith(rhs); }

Callers 2

setOptionMethod · 0.70
ToStringFunction · 0.50

Calls 3

toStreamLitFunction · 0.85
StringClass · 0.50
c_strMethod · 0.45

Tested by

no test coverage detected