MCPcopy 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
715CFGNode* ControlFlowBuilder::newLabel()
716{
717 return m_nodeContainer.newNode();
718}
719
720CFGNode* ControlFlowBuilder::createLabelHere()
721{

Callers

nothing calls this directly

Calls 1

newNodeMethod · 0.45

Tested by

no test coverage detected