MCPcopy Create free account
hub / github.com/ElementsProject/elements / ~CConnman

Method ~CConnman

src/net.cpp:2782–2786  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2780}
2781
2782CConnman::~CConnman()
2783{
2784 Interrupt();
2785 Stop();
2786}
2787
2788std::vector<CAddress> CConnman::GetAddresses(size_t max_addresses, size_t max_pct, std::optional<Network> network) const
2789{

Callers

nothing calls this directly

Calls 1

InterruptFunction · 0.85

Tested by

no test coverage detected