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

Method SetNull

src/alert.cpp:27–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25CCriticalSection cs_mapAlerts;
26
27void CUnsignedAlert::SetNull() {
28 nVersion = 1;
29 nRelayUntil = 0;
30 nExpiration = 0;
31 nID = 0;
32 nCancel = 0;
33 setCancel.clear();
34 nMinVer = 0;
35 nMaxVer = 0;
36 setSubVer.clear();
37 nPriority = 0;
38
39 strComment.clear();
40 strStatusBar.clear();
41 strReserved.clear();
42}
43
44string CUnsignedAlert::ToString() const {
45 string strSetCancel;

Callers 1

FindBlockPosFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected