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

Method endVisit

libsolidity/analysis/NameAndTypeResolver.cpp:615–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613}
614
615void DeclarationRegistrationHelper::endVisit(SourceUnit& _sourceUnit)
616{
617 ASTVisitor::endVisit(_sourceUnit);
618}
619
620bool DeclarationRegistrationHelper::visit(ImportDirective& _import)
621{

Callers

nothing calls this directly

Calls 6

currentThisMethod · 0.80
currentSuperMethod · 0.80
resetCurrentContractMethod · 0.80
addLocalVariableMethod · 0.80
registerDeclarationMethod · 0.45
declarationsMethod · 0.45

Tested by

no test coverage detected