Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Get
Method
Get
library/cpp/on_disk/chunks/chunked_helpers.h:33–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
}
32
33
void Get(size_t idx, T& t) const {
34
assert(idx < (size_t)Size);
35
t = ReadUnaligned<T>(Data + idx);
36
}
37
38
const T& At(size_t idx) const {
39
assert(idx < (size_t)Size);
Callers
6
TestGeneralVector
Method · 0.45
TestStrings
Method · 0.45
FillAnswer
Method · 0.45
TMappedAhoCorasick
Method · 0.45
GetCreator
Method · 0.45
GetRegisteredKeys
Method · 0.45
Calls
no outgoing calls
Tested by
2
TestGeneralVector
Method · 0.36
TestStrings
Method · 0.36