[#CConnman-AddedNodesContain] = xref:CConnman.adoc[CConnman]::AddedNodesContain :relfileprefix: ../ :mrdocs: Return whether the given address matches one of the manually added nodes. == Synopsis Declared in `<net.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- [[requires_capability(0x7f950f5feec8), requires_capability(0x7f950ed876f8), requires_capability(0x7f950b48f968), requires_capability(0x7f95034d2588), requires_capability(0x7f950e20f958), requires_capability(0x7f95277475f8), requires_capability(0x7f950c324788), requires_capability(0x7f950c2403b8), requires_capability(0x7f95018b9b68), requires_capability(0x7f950bd91a18), requires_capability(0x7f95065c9118)]] bool AddedNodesContain(xref:CAddress.adoc[CAddress] const& addr) const; ---- == Return Value true if the address matches a manually added node. == Parameters [cols="1,4"] |=== | Name| Description | *addr* | the address to test. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#