Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetInt64Value
Method
GetInt64Value
library/cpp/yson/token.cpp:168–171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
i64 TToken::GetInt64Value() const {
169
CheckType(ETokenType::Int64);
170
return Int64Value;
171
}
172
173
ui64 TToken::GetUint64Value() const {
174
CheckType(ETokenType::Uint64);
Callers
13
ToString
Function · 0.80
operator()
Method · 0.80
UnwrapMapKey<arc_i64>
Function · 0.80
MergeFrom
Method · 0.80
SyncRepeatedFieldWithMapNoLock
Method · 0.80
CopyKey
Method · 0.80
CopyValue
Method · 0.80
operator()
Method · 0.80
UnwrapMapKey<arc_i64>
Function · 0.80
MergeFrom
Method · 0.80
SyncRepeatedFieldWithMapNoLock
Method · 0.80
CopyKey
Method · 0.80
Calls
1
CheckType
Class · 0.50
Tested by
no test coverage detected