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

Method setScope

libsolidity/analysis/NameAndTypeResolver.cpp:294–297  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292}
293
294void NameAndTypeResolver::setScope(ASTNode const* _node)
295{
296 m_currentScope = m_scopes[_node].get();
297}
298
299bool NameAndTypeResolver::resolveNamesAndTypesInternal(ASTNode& _node, bool _resolveInsideCode)
300{

Callers 2

visitMethod · 0.80
endVisitMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected