Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoFlush
Method
DoFlush
util/stream/tee.cpp:16–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
}
15
16
void TTeeOutput::DoFlush() {
17
L_->Flush();
18
R_->Flush();
19
}
20
21
void TTeeOutput::DoFinish() {
22
L_->Finish();
Callers
nothing calls this directly
Calls
1
Flush
Method · 0.45
Tested by
no test coverage detected