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

Method count

include/proxy/http/HttpSessionManager.h:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 void removeSession(PoolableSession *ssn);
71 void addSession(PoolableSession *ssn);
72 int
73 count() const
74 {
75 return m_ip_pool.count();
76 }
77
78private:
79 using IPTable = swoc::IntrusiveHashMap<PoolableSession::IPLinkage>;

Callers 3

record_loop_timeMethod · 0.45
record_api_timeMethod · 0.45
has_no_rulesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected