MCPcopy 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
77size_t TBufferOutput::DoNext(void** ptr) {
78 return Impl_->DoNext(ptr);
79}
80
81void TBufferOutput::DoUndo(size_t len) {
82 Impl_->DoUndo(len);

Callers

nothing calls this directly

Calls 3

MinFunction · 0.50
SizeMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected