MCPcopy 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

ToStringFunction · 0.80
operator()Method · 0.80
UnwrapMapKey<arc_i64>Function · 0.80
MergeFromMethod · 0.80
CopyKeyMethod · 0.80
CopyValueMethod · 0.80
operator()Method · 0.80
UnwrapMapKey<arc_i64>Function · 0.80
MergeFromMethod · 0.80
CopyKeyMethod · 0.80

Calls 1

CheckTypeClass · 0.50

Tested by

no test coverage detected