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

Method Current

util/memory/tempbuf.cpp:233–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231}
232
233char* TTempBuf::Current() noexcept {
234 return Data() + Filled();
235}
236
237const char* TTempBuf::Current() const noexcept {
238 return Data() + Filled();

Callers 4

EscapeJFunction · 0.45
TestOpsMethod · 0.45
TestProceedMethod · 0.45
ZeroTerminateMethod · 0.45

Calls 1

DataClass · 0.50

Tested by 2

TestOpsMethod · 0.36
TestProceedMethod · 0.36