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

Method checkTypeRequirements

libsolidity/analysis/TypeChecker.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool TypeChecker::checkTypeRequirements(SourceUnit const& _source)
72{
73 m_currentSourceUnit = &_source;
74 _source.accept(*this);
75 m_currentSourceUnit = nullptr;
76 return !Error::containsErrors(m_errorReporter.errors());
77}
78
79bool TypeChecker::visit(ContractDefinition const& _contract)
80{

Callers 3

compileContractFunction · 0.80
compileFirstExpressionFunction · 0.80
analyzeLegacyMethod · 0.80

Calls 1

acceptMethod · 0.45

Tested by

no test coverage detected