CConnman::AddedNodesContain

Return whether the given address matches one of the manually added nodes.

Synopsis

Declared in <net.h>

[[requires_capability(0x7fbc935fa3d8), requires_capability(0x7fbc93360fe8), requires_capability(0x7fbc8742a468), requires_capability(0x7fbc97460048), requires_capability(0x7fbc8e97c188), requires_capability(0x7fbc859fd4f8), requires_capability(0x7fbc90e3a958), requires_capability(0x7fbc8ec35a88), requires_capability(0x7fbc92aedf48), requires_capability(0x7fbc7cdaf7b8), requires_capability(0x7fbc9fc8b958)]]
bool
AddedNodesContain(CAddress const& addr) const;

Return Value

true if the address matches a manually added node.

Parameters

NameDescription
addrthe address to test.