MCPcopy 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
152void AlgorithmRunner::cacheClear()
153{
154 for (auto& cache: m_programCaches)
155 if (cache != nullptr)
156 cache->clear();
157}
158
159void AlgorithmRunner::cacheStartRound(size_t _roundNumber)
160{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected