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

Method commaSeparatedListPrefixed

libsolidity/codegen/ir/IRVariable.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88std::string IRVariable::commaSeparatedListPrefixed() const
89{
90 return joinHumanReadablePrefixed(stackSlots());
91}
92
93std::string IRVariable::name() const
94{

Callers 1

writeToLValueMethod · 0.80

Calls 1

Tested by

no test coverage detected