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

Method Buf

util/stream/buffered.cpp:336–338  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 }
335
336 void* Buf() const noexcept override {
337 return (void*)B_.Data();
338 }
339
340 size_t Len() const noexcept override {
341 return B_.Capacity();

Callers

nothing calls this directly

Calls 1

DataMethod · 0.45

Tested by

no test coverage detected