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

Method GetBlocksCount

library/cpp/on_disk/chunks/reader.h:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 }
40
41 inline size_t GetBlocksCount() const {
42 return Offsets.size();
43 }
44
45private:
46 inline void CheckIndex(size_t index) const {

Callers 3

TestNamedChunkedDataMethod · 0.45
GetBlockFunction · 0.45
TMappedAhoCorasickMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by 1

TestNamedChunkedDataMethod · 0.36