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

Method set_private

include/proxy/PoolableSession.h:122–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120 return state == SSN_IN_USE;
121}
122inline void
123PoolableSession::set_private(bool new_private)
124{
125 private_session = new_private;
126}
127inline bool
128PoolableSession::is_private() const
129{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected