MCPcopy 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
90bool CAlert::IsNull() const { return (nExpiration == 0); }
91
92uint256 CAlert::GetHash() const { return Hash(this->vchMsg.begin(), this->vchMsg.end()); }
93

Callers 4

DisconnectBlockFunction · 0.45
ConnectBlockFunction · 0.45
ProcessBlockFunction · 0.45
VerifyDBFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected