MCPcopy Create free account
hub / github.com/catboost/catboost / GetType

Method GetType

library/cpp/yson/token.h:63–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 explicit TToken(bool booleanValue);
62
63 ETokenType GetType() const {
64 return Type_;
65 }
66
67 bool IsEmpty() const;
68 const TStringBuf& GetStringValue() const;

Callers 3

ToStringFunction · 0.45
GetCurrentTypeMethod · 0.45
ReInitializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected