Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ IsNull
Method
IsNull
src/alert.cpp:90–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
bool CAlert::IsNull() const { return (nExpiration == 0); }
91
92
uint256 CAlert::GetHash() const { return Hash(this->vchMsg.begin(), this->vchMsg.end()); }
93
Callers
4
DisconnectBlock
Function · 0.45
ConnectBlock
Function · 0.45
ProcessBlock
Function · 0.45
VerifyDB
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected