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

Method errorCount

liblangutil/ErrorReporter.h:144–147  ·  view source on GitHub ↗

@returns the number of errors (ignores warnings and infos).

Source from the content-addressed store, hash-verified

142
143 /// @returns the number of errors (ignores warnings and infos).
144 unsigned errorCount() const
145 {
146 return m_errorCount;
147 }
148
149 // @returns true if the maximum error count has been reached.
150 bool hasExcessiveErrors() const;

Callers 2

ErrorWatcherMethod · 0.80
okMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected