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

Function TSHttpSsnServerVConnGet

src/api/InkAPI.cc:3754–3762  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3752}
3753
3754TSVConn
3755TSHttpSsnServerVConnGet(TSHttpSsn ssnp)
3756{
3757 PoolableSession *ss = reinterpret_cast<PoolableSession *>(ssnp);
3758 if (ss != nullptr) {
3759 return reinterpret_cast<TSVConn>(ss->get_netvc());
3760 }
3761 return nullptr;
3762}
3763
3764TSVConn
3765TSHttpTxnServerVConnGet(TSHttpTxn txnp)

Callers 2

_initializeMethod · 0.85
getPropertyMethod · 0.85

Calls 1

get_netvcMethod · 0.45

Tested by

no test coverage detected