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

Method ethdebug

libsolidity/interface/CompilerStack.cpp:1234–1238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1232}
1233
1234Json CompilerStack::ethdebug() const
1235{
1236 solAssert(m_stackState >= AnalysisSuccessful, "Analysis was not successful.");
1237 return evmasm::ethdebug::resources(sourceNames(), VersionString);
1238}
1239
1240Json CompilerStack::ethdebugCompilation() const
1241{

Callers 2

importEVMAssemblyMethod · 0.45
compileSolidityMethod · 0.45

Calls 3

sourceUnitNameMethod · 0.80
containsMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected