MCPcopy Create free account
hub / github.com/catboost/catboost / TAdaptiveImpl

Method TAdaptiveImpl

util/stream/buffered.cpp:318–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

316 };
317
318 inline TAdaptiveImpl(IOutputStream* slave)
319 : TBufferedOutputBase::TImpl(slave)
320 , N_(0)
321 {
322 B_.Reserve(Step);
323 Reset();
324 }
325
326 ~TAdaptiveImpl() override = default;
327

Callers

nothing calls this directly

Calls 2

ResetFunction · 0.50
ReserveMethod · 0.45

Tested by

no test coverage detected