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

Method IsEmpty

library/cpp/yson/token.cpp:159–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157 }
158
159 bool TToken::IsEmpty() const {
160 return Type_ == ETokenType::EndOfStream;
161 }
162
163 const TStringBuf& TToken::GetStringValue() const {
164 CheckType(ETokenType::String);

Callers 4

ParseNextMethod · 0.45
RegisterCallbackMethod · 0.45
MetaThreadFunctionMethod · 0.45
AttachMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected