Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
void term() {
56
#if defined(_WIN32)
57
if (--wsaInitCount == 0) {
58
WSACleanup();
59
}
60
#endif
61
}
62
63
bool setBlocking(SOCKET s, bool blocking) {
64
#if defined(_WIN32)
Callers
2
create
Method · 0.85
~Shared
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected