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

Method connect

libsolidity/analysis/ControlFlowBuilder.cpp:707–713  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707void ControlFlowBuilder::connect(CFGNode* _from, CFGNode* _to)
708{
709 solAssert(_from, "");
710 solAssert(_to, "");
711 _from->exits.push_back(_to);
712 _to->entries.push_back(_from);
713}
714
715CFGNode* ControlFlowBuilder::newLabel()
716{

Callers 2

setupFunction · 0.80
setupFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected