Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetBlob
Method
GetBlob
library/cpp/on_disk/chunks/reader.cpp:50–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
TBlob TChunkedDataReader::GetBlob(size_t index) const {
51
return TBlob::NoCopy(GetBlock(index), GetBlockLen(index));
52
}
Callers
nothing calls this directly
Calls
1
GetBlock
Function · 0.85
Tested by
no test coverage detected