Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoReadTo
Method
DoReadTo
util/stream/aligned.cpp:15–19 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
}
14
15
size_t TAlignedInput::DoReadTo(TString& st, char ch) {
16
size_t ret = Stream_->ReadTo(st, ch);
17
Position_ += ret;
18
return ret;
19
}
20
21
ui64 TAlignedInput::DoReadAll(IOutputStream& out) {
22
ui64 ret = Stream_->ReadAll(out);
Callers
nothing calls this directly
Calls
1
ReadTo
Method · 0.45
Tested by
no test coverage detected