Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ clearCache
Method
clearCache
libsolidity/ast/Types.cpp:135–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
}
134
135
void Type::clearCache() const
136
{
137
m_members.clear();
138
m_stackItems.reset();
139
m_stackSize.reset();
140
}
141
142
void StorageOffsets::computeOffsets(TypePointers const& _types, u256 _baseSlot)
143
{
Callers
1
clearCache
Function · 0.80
Calls
3
clearCache
Function · 0.85
clear
Method · 0.45
reset
Method · 0.45
Tested by
no test coverage detected