Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ WSAThrowLastError
Function
WSAThrowLastError
Win32Lib/Socket.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void WSAThrowLastError(const std::string& what)
29
{
30
Win32::ThrowWin32Error(WSAGetLastError(), what);
31
}
32
33
void SocketDeleter::operator()(pointer p) const
34
{
Callers
3
WSASocket
Function · 0.70
bind
Function · 0.70
WSAGetOverlappedResult
Function · 0.70
Calls
1
ThrowWin32Error
Function · 0.85
Tested by
no test coverage detected