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

Method selectDebugInfo

libsolidity/interface/CompilerStack.cpp:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310void CompilerStack::selectDebugInfo(DebugInfoSelection _debugInfoSelection)
311{
312 solAssert(m_stackState < CompilationSuccessful, "Must select debug info components before compilation.");
313 m_debugInfoSelection = _debugInfoSelection;
314}
315
316void CompilerStack::addSMTLib2Response(h256 const& _hash, std::string const& _response)
317{

Callers 4

runMethod · 0.45
compileSolidityMethod · 0.45
compileMethod · 0.45

Calls

no outgoing calls

Tested by 1

runMethod · 0.36