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