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

Function SocketTest

DbgMsgSrc/DbgMsgSrc.cpp:122–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void SocketTest()
123{
124 OutputDebugStringA("1");
125 OutputDebugStringA("22");
126 OutputDebugStringA("333");
127 OutputDebugStringA("4444");
128 OutputDebugStringA("55555");
129 OutputDebugStringA("666666");
130 OutputDebugStringA("1010101010");
131}
132
133void DbgMsgClearTest()
134{

Callers 1

MainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected