Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ idToLabelIndex
Method
idToLabelIndex
libyul/ASTLabelRegistry.cpp:64–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
size_t ASTLabelRegistry::idToLabelIndex(LabelID const _id) const
65
{
66
yulAssert(_id < m_idToLabelMapping.size());
67
return m_idToLabelMapping[_id];
68
}
69
70
std::string_view ASTLabelRegistry::operator[](LabelID const _id) const
71
{
Callers
1
generateNewLabels
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected