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

Method markOut

include/records/RecHttp.h:90–94  ·  view source on GitHub ↗

Mark the protocol at a idx as not present.

Source from the content-addressed store, hash-verified

88 }
89 /// Mark the protocol at a idx as not present.
90 void
91 markOut(int idx)
92 {
93 m_bits &= ~this->indexToMask(idx);
94 }
95 /// Mark the protocols in @a that as not in @a this.
96 void
97 markOut(self_type const &that)

Callers 3

disableProtocolMethod · 0.80
printMethod · 0.80

Calls 1

indexToMaskMethod · 0.95

Tested by

no test coverage detected