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

Method contains

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

Source from the content-addressed store, hash-verified

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
123 CacheStats gatherStats() const;
124

Callers 15

isValidMetadataFunction · 0.45
runCompilerMethod · 0.45
BOOST_FIXTURE_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
runMethod · 0.45
parseAssemblyMethod · 0.45
extractTestsFromASTMethod · 0.45
containsErrorFunction · 0.45
containsAtMostWarningsFunction · 0.45
getContractResultFunction · 0.45
expectLinkReferencesFunction · 0.45

Calls

no outgoing calls

Tested by 7

runMethod · 0.36
extractTestsFromASTMethod · 0.36
SyntaxTestMethod · 0.36
runTestMethod · 0.36
runStepMethod · 0.36
runMethod · 0.36