| 1248 | } |
| 1249 | |
| 1250 | Json CompilerStack::ethdebugRuntime(std::string const& _contractName) const |
| 1251 | { |
| 1252 | return ethdebug(contract(_contractName), /* runtime */ true); |
| 1253 | } |
| 1254 | |
| 1255 | Json CompilerStack::ethdebug(Contract const& _contract, bool _runtime) const |
| 1256 | { |
no outgoing calls
no test coverage detected