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

Method is_active

include/proxy/ProxySession.h:247–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247inline bool
248ProxySession::is_active() const
249{
250 return m_active;
251}
252
253inline bool
254ProxySession::is_draining() const

Callers 3

create_server_sessionMethod · 0.45
release_streamMethod · 0.45
common_freeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected