Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TBitMapOps
Method · 0.45
TBitMapOps
Class · 0.45
Load
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected