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

Method hasSSL

src/records/RecHttp.cc:235–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233}
234
235bool
236HttpProxyPort::hasSSL(Group const &ports)
237{
238 return std::any_of(ports.begin(), ports.end(), [](HttpProxyPort const &port) { return port.isSSL(); });
239}
240
241bool
242HttpProxyPort::hasQUIC(Group const &ports)

Callers

nothing calls this directly

Calls 3

isSSLMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected