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

Method constructFlow

libsolidity/analysis/ControlFlowGraph.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24using namespace solidity::frontend;
25
26bool CFG::constructFlow(ASTNode const& _astRoot)
27{
28 _astRoot.accept(*this);
29 return !Error::containsErrors(m_errorReporter.errors());
30}
31
32
33bool CFG::visit(FunctionDefinition const& _function)

Callers 1

analyzeLegacyMethod · 0.80

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected