Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoWriteC
Method
DoWriteC
util/stream/buffered.cpp:385–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
383
}
384
385
void TBufferedOutputBase::DoWriteC(char c) {
386
Y_ENSURE(Impl_.Get(),
"cannot write to finished stream"
);
387
Impl_->Write(c);
388
}
389
390
void TBufferedOutputBase::DoFlush() {
391
if (Impl_.Get()) {
Callers
nothing calls this directly
Calls
2
Get
Method · 0.45
Write
Method · 0.45
Tested by
no test coverage detected