Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoReadTo
Method
DoReadTo
util/stream/buffered.cpp:142–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
size_t TBufferedInput::DoReadTo(TString& st, char ch) {
143
return Impl_->ReadTo(st, ch);
144
}
145
146
void TBufferedInput::Reset(IInputStream* slave) {
147
Impl_->Reset(slave);
Callers
nothing calls this directly
Calls
1
ReadTo
Method · 0.45
Tested by
no test coverage detected