MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / GetProcessText

Method GetProcessText

DebugView++Lib/SocketReader.cpp:80–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80std::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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected