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

Method IsNull

src/persistence/disk.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 nPos = 0;
42 }
43 bool IsNull() const { return (nFile == -1); }
44
45 bool IsEmpty() const { return IsNull(); }
46

Callers 5

SendMessagesFunction · 0.45
ProcessAddrMessageFunction · 0.45
ProcessGetHeadersMessageFunction · 0.45
InsertBlockIndexFunction · 0.45
OpenDiskFileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected