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

Method GetBlock

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

Source from the content-addressed store, hash-verified

11 TChunkedDataReader(const TBlob& blob);
12
13 inline const void* GetBlock(size_t index) const {
14 CheckIndex(index);
15 return Offsets[index];
16 }
17
18 inline size_t GetBlockLen(size_t index) const {
19 CheckIndex(index);

Callers 7

ReadMethod · 0.80
SeekMethod · 0.80
AddChainFunction · 0.80
ReadMethod · 0.80
SeekMethod · 0.80
TestNamedChunkedDataMethod · 0.80
GetBlockFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestNamedChunkedDataMethod · 0.64