Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/argotorg/solidity
/ cacheClear
Method
cacheClear
tools/yulPhaser/AlgorithmRunner.cpp:152–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
150
}
151
152
void AlgorithmRunner::cacheClear()
153
{
154
for (auto& cache: m_programCaches)
155
if (cache != nullptr)
156
cache->clear();
157
}
158
159
void AlgorithmRunner::cacheStartRound(size_t _roundNumber)
160
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected