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

Method debug

include/proxy/ProxySession.h:241–245  ·  view source on GitHub ↗

Return whether debugging is enabled for this session.

Source from the content-addressed store, hash-verified

239
240// Return whether debugging is enabled for this session.
241inline bool
242ProxySession::debug() const
243{
244 return this->debug_on;
245}
246
247inline bool
248ProxySession::is_active() const

Callers 15

Headers.ccFile · 0.45
_updateMethod · 0.45
LogsMetrics.ccFile · 0.45
attach_client_sessionMethod · 0.45
TSHttpSsnDebugGetFunction · 0.45
_send_responsesMethod · 0.45
_receive_dataMethod · 0.45
_process_eventsMethod · 0.45
run_foreverMethod · 0.45
_process_requestMethod · 0.45
run_serverFunction · 0.45
send_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected