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