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

Method state

libsolidity/interface/CompilerStack.h:200–200  ·  view source on GitHub ↗

@returns the current state.

Source from the content-addressed store, hash-verified

198
199 /// @returns the current state.
200 State state() const { return m_stackState; }
201
202 virtual bool compilationSuccessful() const override { return m_stackState >= CompilationSuccessful; }
203

Callers 1

compileSolidityMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected