Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
294
void NameAndTypeResolver::setScope(ASTNode const* _node)
295
{
296
m_currentScope = m_scopes[_node].get();
297
}
298
299
bool NameAndTypeResolver::resolveNamesAndTypesInternal(ASTNode& _node, bool _resolveInsideCode)
300
{
Callers
2
visit
Method · 0.80
endVisit
Method · 0.80
Calls
1
get
Method · 0.45
Tested by
no test coverage detected