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

Method markIn

include/records/RecHttp.h:77–81  ·  view source on GitHub ↗

Mark the protocol at @a idx as present.

Source from the content-addressed store, hash-verified

75
76 /// Mark the protocol at @a idx as present.
77 void
78 markIn(int idx)
79 {
80 m_bits |= this->indexToMask(idx);
81 }
82
83 /// Mark all the protocols in @a that as present in @a this.
84 void

Callers

nothing calls this directly

Calls 1

indexToMaskMethod · 0.95

Tested by

no test coverage detected