Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ newLabel
Method
newLabel
libsolidity/analysis/ControlFlowBuilder.cpp:715–718 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
713
}
714
715
CFGNode* ControlFlowBuilder::newLabel()
716
{
717
return m_nodeContainer.newNode();
718
}
719
720
CFGNode* ControlFlowBuilder::createLabelHere()
721
{
Callers
nothing calls this directly
Calls
1
newNode
Method · 0.45
Tested by
no test coverage detected