MCPcopy Create free account
hub / github.com/argotorg/solidity / toString

Method toString

libyul/Object.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39using namespace solidity::yul;
40
41std::string Data::toString(DebugInfoSelection const&, CharStreamProvider const*) const
42{
43 return "data " + util::escapeAndQuoteString(name) + " hex\"" + util::toHex(data) + "\"";
44}
45
46std::string Object::toString(
47 DebugInfoSelection const& _debugInfoSelection,

Callers 1

printMethod · 0.45

Calls 3

toHexFunction · 0.85
indentFunction · 0.85
formatUseSrcCommentMethod · 0.80

Tested by

no test coverage detected