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

Method setRevertStringBehaviour

libsolidity/interface/CompilerStack.cpp:291–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289}
290
291void CompilerStack::setRevertStringBehaviour(RevertStrings _revertStrings)
292{
293 solAssert(m_stackState < ParsedAndImported, "Must set revert string settings before parsing.");
294 solUnimplementedAssert(_revertStrings != RevertStrings::VerboseDebug);
295 m_revertStrings = _revertStrings;
296}
297
298void CompilerStack::useMetadataLiteralSources(bool _metadataLiteralSources)
299{

Callers 4

BOOST_AUTO_TEST_CASEFunction · 0.80
compileSolidityMethod · 0.80
compileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected