| 78 | } |
| 79 | |
| 80 | std::string SocketReader::GetProcessText() const |
| 81 | { |
| 82 | return stringbuilder() << "[UDP " << inet_ntoa(m_from.sin_addr) << ":" << ntohs(m_from.sin_port) << "]"; |
| 83 | } |
| 84 | |
| 85 | } // namespace debugviewpp |
| 86 | } // namespace fusion |
nothing calls this directly
no outgoing calls
no test coverage detected