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

Method get_netvc

src/proxy/ProxyTransaction.cc:94–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94NetVConnection *
95ProxyTransaction::get_netvc() const
96{
97 return (_proxy_ssn) ? _proxy_ssn->get_netvc() : nullptr;
98}
99
100bool
101ProxyTransaction::is_first_transaction() const

Callers 15

new_transactionMethod · 0.95
adjust_threadMethod · 0.95
attach_client_sessionMethod · 0.45
state_api_calloutMethod · 0.45
handle_api_returnMethod · 0.45
process_hostdb_infoMethod · 0.45
state_hostdb_lookupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected