Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ DoNext
Method
DoNext
util/stream/buffer.cpp:77–79 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
size_t TBufferOutput::DoNext(void** ptr) {
78
return Impl_->DoNext(ptr);
79
}
80
81
void TBufferOutput::DoUndo(size_t len) {
82
Impl_->DoUndo(len);
Callers
nothing calls this directly
Calls
3
Min
Function · 0.50
Size
Method · 0.45
data
Method · 0.45
Tested by
no test coverage detected