Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ newNode
Method
newNode
libsolidity/analysis/ControlFlowGraph.cpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
CFGNode* CFG::NodeContainer::newNode()
61
{
62
m_nodes.emplace_back(std::make_unique<CFGNode>());
63
return m_nodes.back().get();
64
}
Callers
5
createFunctionFlow
Method · 0.45
newLabel
Method · 0.45
createLabelHere
Method · 0.45
splitFlow
Method · 0.45
mergeFlow
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected