Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Reset
Method
Reset
util/stream/buffered.cpp:162–164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
160
virtual ~TImpl() = default;
161
162
inline void Reset() {
163
MemOut_.Reset(Buf(), Len());
164
}
165
166
inline size_t Next(void** ptr) {
167
if (MemOut_.Avail() == 0) {
Callers
nothing calls this directly
Calls
1
Reset
Method · 0.45
Tested by
no test coverage detected