| 4033 | } |
| 4034 | |
| 4035 | ServiceFlags CConnman::GetLocalServices() const |
| 4036 | { |
| 4037 | return m_local_services; |
| 4038 | } |
| 4039 | |
| 4040 | static std::unique_ptr<Transport> MakeTransport(NodeId id, bool use_v2transport, bool inbound) noexcept |
| 4041 | { |
no outgoing calls
no test coverage detected