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

Method TFixedStorage

util/generic/bitmap.h:161–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159 TChunk Data[Size];
160
161 TFixedStorage() {
162 Zero(Data);
163 }
164
165 TFixedStorage(const TFixedStorage<BitCount, TChunkType>& st) {
166 for (size_t i = 0; i < Size; ++i) {

Callers

nothing calls this directly

Calls 2

ZeroFunction · 0.85
CopyDataFunction · 0.85

Tested by

no test coverage detected