Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoWrite
Method
DoWrite
library/cpp/coroutine/engine/sockpool.h:238–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
236
}
237
238
void DoWrite(const void* buf, size_t len) override {
239
NCoro::WriteI(Cont_, Fd_, buf, len).Checked();
240
}
241
242
size_t DoRead(void* buf, size_t len) override {
243
return NCoro::ReadI(Cont_, Fd_, buf, len).Checked();
Callers
nothing calls this directly
Calls
2
WriteI
Function · 0.85
Checked
Method · 0.80
Tested by
no test coverage detected