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

Method size

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

Source from the content-addressed store, hash-verified

117 void clear();
118
119 size_t size() const { return m_entries.size(); }
120 Program const* find(std::string const& _abbreviatedOptimisationSteps) const;
121 bool contains(std::string const& _abbreviatedOptimisationSteps) const { return find(_abbreviatedOptimisationSteps) != nullptr; }
122

Callers 15

parseObjectMethod · 0.45
materialiseMethod · 0.45
MosaicSelectionMethod · 0.45
Chromosome.cppFile · 0.45
materialiseMethod · 0.45
runNextRoundMethod · 0.45
selectMethod · 0.45
evaluateMethod · 0.45
mutationSequenceMethod · 0.45
printRoundSummaryMethod · 0.45
printCacheStatsMethod · 0.45
randomiseDuplicatesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected