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

Method Reset

util/memory/tempbuf.cpp:249–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247}
248
249void TTempBuf::Reset() noexcept {
250 Impl_->Reset();
251}
252
253void TTempBuf::SetPos(size_t off) {
254 Impl_->SetPos(off);

Callers 2

TestOpsMethod · 0.45
ReturnMethod · 0.45

Calls

no outgoing calls

Tested by 1

TestOpsMethod · 0.36