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

Method setEOFVersion

libsolidity/interface/CompilerStack.cpp:253–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251}
252
253void CompilerStack::setEOFVersion(std::optional<uint8_t> _version)
254{
255 solAssert(m_stackState < CompilationSuccessful, "Must set EOF version before compiling.");
256 solAssert(!_version || _version == 1, "Invalid EOF version.");
257 m_eofVersion = _version;
258}
259
260void CompilerStack::setModelCheckerSettings(ModelCheckerSettings _settings)
261{

Callers 5

setupCompilerMethod · 0.80
BOOST_AUTO_TEST_CASEFunction · 0.80
compileSolidityMethod · 0.80
compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected