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

Method currentRound

tools/yulPhaser/ProgramCache.h:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 std::map<std::string, CacheEntry> const& entries() const { return m_entries; }
126 Program const& program() const { return m_program; }
127 size_t currentRound() const { return m_currentRound; }
128
129private:
130 size_t calculateTotalCachedCodeSize() const;

Callers 2

BOOST_FIXTURE_TEST_CASEFunction · 0.80
BOOST_FIXTURE_TEST_CASEFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected