Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/trafficserver
/ make_errno_code
Function
make_errno_code
include/tsutil/ts_errata.h:56–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
{
55
56
inline std::error_code
57
make_errno_code()
58
{
59
return {errno, std::system_category()};
60
}
61
62
inline std::error_code
63
make_errno_code(int err)
Callers
9
test_basic_protocol.cc
File · 0.85
TSRPCHandlerError
Function · 0.85
updateHeaderFooter
Method · 0.85
loadSpan
Method · 0.85
loadSpanConfig
Method · 0.85
loadURLs
Method · 0.85
load
Method · 0.85
loadDevice
Method · 0.85
updateHeader
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected