Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/qpid-proton
/ errno_str
Function
errno_str
c/src/proactor/win_iocp.cpp:1581–1584 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1579
1580
1581
std::string errno_str(const std::string& msg, bool is_wsa) {
1582
DWORD e = is_wsa ? WSAGetLastError() : GetLastError();
1583
return msg +
": "
+ errno_str2(e);
1584
}
1585
1586
1587
Callers
2
proactor_completion_loop
Function · 0.85
pn_proactor
Function · 0.85
Calls
1
errno_str2
Function · 0.85
Tested by
no test coverage detected