Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ operator()
Method
operator()
library/cpp/http/io/stream.cpp:484–486 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
482
483
struct TFlush {
484
inline void operator()(IOutputStream* s) {
485
s->Flush();
486
}
487
};
488
489
struct TFinish {
Callers
nothing calls this directly
Calls
1
Flush
Method · 0.45
Tested by
no test coverage detected