CheckIsEmpty overloads
Synopses
Declared in <node/txdownloadman.h>
Check that all data structures are empty.
void
CheckIsEmpty() const;
Check that all data structures that track per‐peer information have nothing for this peer.
void
CheckIsEmpty(NodeId nodeid) const;
Parameters
Name |
Description |
nodeid |
The peer to check. |
Created with MrDocs