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

Method endVisit

libsolidity/analysis/ReferencesResolver.cpp:62–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void ReferencesResolver::endVisit(Block const& _block)
63{
64 if (!m_resolveInsideCode)
65 return;
66
67 m_resolver.setScope(_block.scope());
68}
69
70bool ReferencesResolver::visit(TryCatchClause const& _tryCatchClause)
71{

Callers

nothing calls this directly

Calls 10

setScopeMethod · 0.80
scopeMethod · 0.80
pathMethod · 0.80
fatalDeclarationErrorMethod · 0.80
declarationsMethod · 0.45
activateVariableMethod · 0.45
nameMethod · 0.45
emptyMethod · 0.45
locationMethod · 0.45

Tested by

no test coverage detected