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

Method createLabelHere

libsolidity/analysis/ControlFlowBuilder.cpp:720–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

718}
719
720CFGNode* ControlFlowBuilder::createLabelHere()
721{
722 auto label = m_nodeContainer.newNode();
723 connect(m_currentNode, label);
724 m_currentNode = label;
725 return label;
726}
727
728void ControlFlowBuilder::placeAndConnectLabel(CFGNode* _node)
729{

Callers

nothing calls this directly

Calls 1

newNodeMethod · 0.45

Tested by

no test coverage detected