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