Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ParseNext
Method · 0.45
RegisterCallback
Method · 0.45
MetaThreadFunction
Method · 0.45
Attach
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected