Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Eof
Method
Eof
library/cpp/deprecated/split/split_iterator.h:295–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
293
}
294
295
inline bool Eof() const {
296
return Pos >= Split.Len;
297
}
298
299
TString GetTail() const {
300
return TString(Split.Str + Pos);
Callers
2
TestSubstringDelimiter
Method · 0.45
Split
Function · 0.45
Calls
no outgoing calls
Tested by
1
TestSubstringDelimiter
Method · 0.36