Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoWrite
Method
DoWrite
util/stream/length.cpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
void TCountingOutput::DoWrite(const void* buf, size_t len) {
44
Slave_->Write(buf, len);
45
46
Count_ += len;
47
}
Callers
nothing calls this directly
Calls
1
Write
Method · 0.45
Tested by
no test coverage detected