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

Method _set_service

include/iocore/net/NetVConnection.h:579–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

577}
578
579inline void
580NetVConnection::_set_service(enum NetVConnection::Service service, void *instance)
581{
582 this->_services[static_cast<unsigned int>(service)] = instance;
583}
584
585class ALPNSupport;
586template <>

Callers 2

SSLNetVConnectionMethod · 0.80
QUICNetVConnectionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected