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

Method nameFor

src/records/RecHttp.cc:886–890  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

884}
885
886swoc::TextView
887SessionProtocolNameRegistry::nameFor(int idx) const
888{
889 return 0 <= idx && idx < m_n ? m_names[idx] : TextView{};
890}
891
892bool
893convert_alpn_to_wire_format(std::string_view protocols_sv, unsigned char *wire_format_buffer, int &wire_format_buffer_len)

Callers 2

printMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected