MCPcopy 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
64size_t ASTLabelRegistry::idToLabelIndex(LabelID const _id) const
65{
66 yulAssert(_id < m_idToLabelMapping.size());
67 return m_idToLabelMapping[_id];
68}
69
70std::string_view ASTLabelRegistry::operator[](LabelID const _id) const
71{

Callers 1

generateNewLabelsMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected