Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
private:
46
inline void CheckIndex(size_t index) const {
Callers
3
TestNamedChunkedData
Method · 0.45
GetBlock
Function · 0.45
TMappedAhoCorasick
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
1
TestNamedChunkedData
Method · 0.36