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

Method check

libsolidity/analysis/OverrideChecker.cpp:465–469  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

463}
464
465void OverrideChecker::check(ContractDefinition const& _contract)
466{
467 checkIllegalOverrides(_contract);
468 checkAmbiguousOverrides(_contract);
469}
470
471void OverrideChecker::checkIllegalOverrides(ContractDefinition const& _contract)
472{

Callers 3

analyzeLegacyMethod · 0.45
analyzeExperimentalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected