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

Method selected_comm_name

src/mgmt/rpc/server/RPCServer.cc:48–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48std::string_view
49RPCServer::selected_comm_name() const noexcept
50{
51 return _socketImpl->name();
52}
53
54RPCServer::~RPCServer()
55{

Callers

nothing calls this directly

Calls 1

nameMethod · 0.45

Tested by

no test coverage detected