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

Method good

src/commons/serialize.h:1316–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1314
1315 bool fail() const { return state & (ios::badbit | ios::failbit); }
1316 bool good() const { return state == 0; }
1317 void clear(short n = 0) { state = n; }
1318 short exceptions() { return exceptmask; }
1319 short exceptions(short mask) { short prev = exceptmask; exceptmask = mask; setstate(0, "CAutoFile"); return prev; }

Callers 3

LoadExternalBlockFileFunction · 0.45
importwalletFunction · 0.45
ReadConfigFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected