Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
131
std::string IRNames::tupleComponent(size_t _i)
132
{
133
return
"component_"
+ std::to_string(_i + 1);
134
}
135
136
std::string IRNames::zeroValue(Type const& _type, std::string const& _variableName)
137
{
Callers
4
endVisit
Method · 0.45
visit
Method · 0.45
appendBareCall
Method · 0.45
writeToLValue
Method · 0.45
Calls
1
to_string
Function · 0.50
Tested by
no test coverage detected