Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Flush
Method
Flush
library/cpp/tokenizer/split.cpp:42–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void Flush() {
43
if (!CurToken.empty()) {
44
Sentences->push_back(CurToken);
45
46
CurToken = TUtf16String();
47
}
48
}
49
50
private:
51
TUtf16String CurToken;
Callers
5
FancyTerminateHandler
Function · 0.45
TraceSubtestFinished
Method · 0.45
OnBeforeTest
Method · 0.45
AddEntryToCoreSearchFile
Function · 0.45
SplitIntoSentences
Function · 0.45
Calls
2
empty
Method · 0.45
push_back
Method · 0.45
Tested by
no test coverage detected