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