Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
namespace rpc::comm
56
{
57
std::error_code
58
make_error_code(rpc::comm::InternalError e)
59
{
60
return {static_cast<int>(e), commInternalErrorCategory};
61
}
62
63
} // namespace rpc::comm
Callers
8
init
Method · 0.70
create_socket
Method · 0.70
accept
Method · 0.70
bind
Method · 0.70
listen
Method · 0.70
write
Method · 0.70
hex
Function · 0.50
unhex
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected