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

Function CopyData

util/generic/bitmap.h:149–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147
148 template <typename TTargetChunk, typename TSourceChunk>
149 inline void CopyData(TTargetChunk* target, size_t targetSize, const TSourceChunk* source, size_t sourceSize) {
150 TDataCopier<TTargetChunk, TSourceChunk>::Copy(target, targetSize, source, sourceSize);
151 }
152
153 template <size_t BitCount, typename TChunkType>
154 struct TFixedStorage {

Callers 4

TCharFilterClass · 0.85
TFixedStorageMethod · 0.85
TDynamicStorageMethod · 0.85
ExportMethod · 0.85

Calls 1

CopyFunction · 0.70

Tested by

no test coverage detected