MCPcopy Create free account
hub / github.com/ValveSoftware/GameNetworkingSockets / TEST_Kill

Function TEST_Kill

tests/test_common.cpp:151–159  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151void TEST_Kill()
152{
153 #ifdef STEAMNETWORKINGSOCKETS_OPENSOURCE
154 GameNetworkingSockets_Kill();
155 #else
156 SteamDatagramClient_Kill();
157 SteamDatagramServer_Kill();
158 #endif
159}
160
161void TEST_PumpCallbacks()
162{

Callers 2

QuitFunction · 0.85
mainFunction · 0.85

Calls 1

Tested by

no test coverage detected