MCPcopy Create free account
hub / github.com/dfranx/SHADERed / term

Function term

libs/cppdap/src/socket.cpp:55–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55void term() {
56#if defined(_WIN32)
57 if (--wsaInitCount == 0) {
58 WSACleanup();
59 }
60#endif
61}
62
63bool setBlocking(SOCKET s, bool blocking) {
64#if defined(_WIN32)

Callers 2

createMethod · 0.85
~SharedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected