[#node-TxDownloadManager-CheckIsEmpty-0c] = xref:node.adoc[node]::xref:node/TxDownloadManager.adoc[TxDownloadManager]::CheckIsEmpty :relfileprefix: ../../ :mrdocs: `CheckIsEmpty` overloads == Synopses Declared in `<node/txdownloadman.h>` Check that all data structures are empty. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:node/TxDownloadManager/CheckIsEmpty-03.adoc[CheckIsEmpty]() const; ---- [.small]#xref:node/TxDownloadManager/CheckIsEmpty-03.adoc[_» more..._]# Check that all data structures that track per‐peer information have nothing for this peer. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void xref:node/TxDownloadManager/CheckIsEmpty-07.adoc[CheckIsEmpty](xref:NodeId-08.adoc[NodeId] nodeid) const; ---- [.small]#xref:node/TxDownloadManager/CheckIsEmpty-07.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *nodeid* | The peer to check. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#