Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ ParseNext
Method
ParseNext
library/cpp/yson/tokenizer.cpp:12–17 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
}
11
12
bool TTokenizer::ParseNext() {
13
Input = Input.Tail(Parsed);
14
Token.Reset();
15
Parsed = Lexer.GetToken(Input, &Token);
16
return !CurrentToken().IsEmpty();
17
}
18
19
const TToken& TTokenizer::CurrentToken() const {
20
return Token;
Callers
nothing calls this directly
Calls
4
Tail
Method · 0.80
Reset
Method · 0.45
GetToken
Method · 0.45
IsEmpty
Method · 0.45
Tested by
no test coverage detected