MCPcopy Create free account
hub / github.com/apache/trafficserver / make_error_code

Function make_error_code

src/mgmt/rpc/server/CommBase.cc:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55namespace rpc::comm
56{
57std::error_code
58make_error_code(rpc::comm::InternalError e)
59{
60 return {static_cast<int>(e), commInternalErrorCategory};
61}
62
63} // namespace rpc::comm

Callers 8

initMethod · 0.70
create_socketMethod · 0.70
acceptMethod · 0.70
bindMethod · 0.70
listenMethod · 0.70
writeMethod · 0.70
hexFunction · 0.50
unhexFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected