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

Method name

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

Source from the content-addressed store, hash-verified

27};
28
29const char *
30CommInternalErrorCategory::name() const noexcept
31{
32 return "comm_internal_error_category";
33}
34
35std::string
36CommInternalErrorCategory::message(int ev) const

Callers 3

selected_comm_nameMethod · 0.45
start_threadMethod · 0.45
stop_threadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected