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

Method finalize

libsolidity/analysis/PostTypeChecker.cpp:44–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44bool PostTypeChecker::finalize()
45{
46 for (auto& checker: m_checkers)
47 checker->finalize();
48 return !Error::containsErrors(m_errorReporter.errors());
49}
50
51bool PostTypeChecker::visit(ContractDefinition const& _contractDefinition)
52{

Callers 1

analyzeLegacyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected