MCPcopy 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

TailMethod · 0.80
ResetMethod · 0.45
GetTokenMethod · 0.45
IsEmptyMethod · 0.45

Tested by

no test coverage detected