Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ isInvisible
Method
isInvisible
libsolidity/analysis/DeclarationContainer.cpp:96–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
bool DeclarationContainer::isInvisible(ASTString const& _name) const
97
{
98
return m_invisibleDeclarations.count(_name);
99
}
100
101
bool DeclarationContainer::registerDeclaration(
102
Declaration const& _declaration,
Callers
1
activateVariable
Method · 0.80
Calls
1
count
Method · 0.45
Tested by
no test coverage detected