[#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(0x7ff36f781c28), requires_capability(0x7ff36f468498), requires_capability(0x7ff37f407a58), requires_capability(0x7ff377564828), requires_capability(0x7ff37b69fd28), requires_capability(0x7ff37e1c7958), requires_capability(0x7ff379a7dea8), requires_capability(0x7ff36f4a4ee8), requires_capability(0x7ff37bc15b48), requires_capability(0x7ff3814a5b18), requires_capability(0x7ff3666ccb98)]] 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]#