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

Method populate_protocol

src/proxy/ProxySession.cc:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270}
271
272int
273ProxySession::populate_protocol(std::string_view *result, int size) const
274{
275 return _vc ? _vc->populate_protocol(result, size) : 0;
276}
277
278const char *
279ProxySession::protocol_contains(std::string_view tag_prefix) const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected