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

Method markAllOut

include/records/RecHttp.h:120–124  ·  view source on GitHub ↗

Clear all protocols.

Source from the content-addressed store, hash-verified

118 }
119 /// Clear all protocols.
120 void
121 markAllOut()
122 {
123 m_bits = 0;
124 }
125
126 /// Check for intersection.
127 bool

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected