| 2780 | } |
| 2781 | |
| 2782 | CConnman::~CConnman() |
| 2783 | { |
| 2784 | Interrupt(); |
| 2785 | Stop(); |
| 2786 | } |
| 2787 | |
| 2788 | std::vector<CAddress> CConnman::GetAddresses(size_t max_addresses, size_t max_pct, std::optional<Network> network) const |
| 2789 | { |
nothing calls this directly
no test coverage detected