Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ clearCache
Function
clearCache
libsolidity/ast/TypeProvider.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}};
156
157
inline void clearCache(Type const& type)
158
{
159
type.clearCache();
160
}
161
162
template <typename T>
163
inline void clearCache(std::unique_ptr<T> const& type)
Callers
3
clearCache
Method · 0.85
clearCaches
Function · 0.85
reset
Method · 0.85
Calls
1
clearCache
Method · 0.80
Tested by
no test coverage detected