Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Read
Method · 0.80
Seek
Method · 0.80
AddChain
Function · 0.80
Read
Method · 0.80
Seek
Method · 0.80
TestNamedChunkedData
Method · 0.80
GetBlock
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestNamedChunkedData
Method · 0.64