| 171 | const decltype(m_ClientForwards)& GetClientForwards () const { return m_ClientForwards; } |
| 172 | const decltype(m_ServerForwards)& GetServerForwards () const { return m_ServerForwards; } |
| 173 | const I2PService * GetHttpProxy () const { return m_HttpProxy; } |
| 174 | const I2PService * GetSocksProxy () const { return m_SocksProxy; } |
| 175 | }; |
| 176 |
no outgoing calls
no test coverage detected