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

Method stringSetting

test/TestCaseReader.cpp:85–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85std::string TestCaseReader::stringSetting(std::string const& _name, std::string const& _defaultValue)
86{
87 if (m_settings.count(_name) == 0)
88 return _defaultValue;
89
90 m_unreadSettings.erase(_name);
91 return m_settings.at(_name);
92}
93
94void TestCaseReader::ensureAllSettingsRead() const
95{

Callers 15

EVMAssemblyTestMethod · 0.80
SyntaxTestMethod · 0.80
SemanticTestMethod · 0.80
SMTCheckerTestMethod · 0.80
YulOptimizerTestMethod · 0.80
SyntaxTestMethod · 0.80
ControlFlowGraphTestMethod · 0.80
processSettingsMethod · 0.80
ObjectCompilerTestMethod · 0.80

Calls 3

eraseMethod · 0.80
atMethod · 0.80
countMethod · 0.45

Tested by

no test coverage detected