Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ appendControlFlow
Method
appendControlFlow
libsolidity/analysis/ControlFlowBuilder.cpp:692–695 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
690
}
691
692
void ControlFlowBuilder::appendControlFlow(ASTNode const& _node)
693
{
694
_node.accept(*this);
695
}
696
697
CFGNode* ControlFlowBuilder::createFlow(CFGNode* _entry, ASTNode const& _node)
698
{
Callers
1
createFunctionFlow
Method · 0.80
Calls
1
accept
Method · 0.45
Tested by
no test coverage detected