MCPcopy Create free account
hub / github.com/catboost/catboost / Sanitize

Method Sanitize

util/generic/bitmap.h:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194 }
195
196 Y_FORCE_INLINE void Sanitize() {
197 Data[Size - 1] &= TSanitizeMask<TChunk, BitCount % (8 * sizeof(TChunk))>::Value;
198 }
199 };
200
201 // Dynamically expanded storage.

Callers 3

TBitMapOpsMethod · 0.45
TBitMapOpsClass · 0.45
LoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected