Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
SendMessages
Function · 0.45
ProcessAddrMessage
Function · 0.45
ProcessGetHeadersMessage
Function · 0.45
InsertBlockIndex
Function · 0.45
OpenDiskFile
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected