MCPcopy 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
56inline std::error_code
57make_errno_code()
58{
59 return {errno, std::system_category()};
60}
61
62inline std::error_code
63make_errno_code(int err)

Callers 9

TSRPCHandlerErrorFunction · 0.85
updateHeaderFooterMethod · 0.85
loadSpanMethod · 0.85
loadSpanConfigMethod · 0.85
loadURLsMethod · 0.85
loadMethod · 0.85
loadDeviceMethod · 0.85
updateHeaderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected