MCPcopy Create free account
hub / github.com/argotorg/solidity / cacheStartRound

Method cacheStartRound

tools/yulPhaser/AlgorithmRunner.cpp:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void AlgorithmRunner::cacheStartRound(size_t _roundNumber)
160{
161 for (auto& cache: m_programCaches)
162 if (cache != nullptr)
163 cache->startRound(_roundNumber);
164}
165
166void AlgorithmRunner::randomiseDuplicates()
167{

Callers

nothing calls this directly

Calls 1

startRoundMethod · 0.80

Tested by

no test coverage detected