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

Method tupleComponent

libsolidity/codegen/ir/Common.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131std::string IRNames::tupleComponent(size_t _i)
132{
133 return "component_" + std::to_string(_i + 1);
134}
135
136std::string IRNames::zeroValue(Type const& _type, std::string const& _variableName)
137{

Callers 4

endVisitMethod · 0.45
visitMethod · 0.45
appendBareCallMethod · 0.45
writeToLValueMethod · 0.45

Calls 1

to_stringFunction · 0.50

Tested by

no test coverage detected