Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ GetCurrentType
Method
GetCurrentType
library/cpp/yson/tokenizer.cpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
ETokenType TTokenizer::GetCurrentType() const {
24
return CurrentToken().GetType();
25
}
26
27
TStringBuf TTokenizer::GetCurrentSuffix() const {
28
return Input.Tail(Parsed);
Callers
nothing calls this directly
Calls
1
GetType
Method · 0.45
Tested by
no test coverage detected