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

Method setModelCheckerSettings

libsolidity/interface/CompilerStack.cpp:260–264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260void CompilerStack::setModelCheckerSettings(ModelCheckerSettings _settings)
261{
262 solAssert(m_stackState < ParsedAndImported, "Must set model checking settings before parsing.");
263 m_modelCheckerSettings = _settings;
264}
265
266void CompilerStack::selectContracts(ContractSelection const& _selectedContracts)
267{

Callers 4

testCompilerMethod · 0.80
setupCompilerMethod · 0.80
compileSolidityMethod · 0.80
compileMethod · 0.80

Calls

no outgoing calls

Tested by 1

setupCompilerMethod · 0.64