Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetUint64Value
Method
GetUint64Value
library/cpp/yson/token.cpp:173–176 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
ui64 TToken::GetUint64Value() const {
174
CheckType(ETokenType::Uint64);
175
return Uint64Value;
176
}
177
178
double TToken::GetDoubleValue() const {
179
CheckType(ETokenType::Double);
Callers
1
ToString
Function · 0.80
Calls
1
CheckType
Class · 0.50
Tested by
no test coverage detected