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

Method Size

util/memory/tempbuf.cpp:229–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227}
228
229size_t TTempBuf::Size() const noexcept {
230 return Impl_->Size();
231}
232
233char* TTempBuf::Current() noexcept {
234 return Data() + Filled();

Callers 3

TestOpsMethod · 0.45
ConstructFromBufferFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestOpsMethod · 0.36