MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / IsError

Method IsError

src/main.h:167–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165 bool IsValid() const { return mode == MODE_VALID; }
166 bool IsInvalid() const { return mode == MODE_INVALID; }
167 bool IsError() const { return mode == MODE_ERROR; }
168 bool IsInvalid(int32_t &nDoSOut) const {
169 if (IsInvalid()) {
170 nDoSOut = nDoS;

Callers 1

LoadExternalBlockFileFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected