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

Method Data

util/memory/tempbuf.cpp:221–223  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221char* TTempBuf::Data() noexcept {
222 return (char*)Impl_->Data();
223}
224
225const char* TTempBuf::Data() const noexcept {
226 return static_cast<const char*>(Impl_->Data());

Callers 15

ProcessFileFunction · 0.45
SaveMethod · 0.45
LoadMethod · 0.45
TMersenneInputMethod · 0.45
TestAppendMethod · 0.45
TestCreateMethod · 0.45
TestOpsMethod · 0.45
TestProceedMethod · 0.45
AllocateMethod · 0.45
Y_UNIT_TESTFunction · 0.45
mainFunction · 0.45
StrftimeFunction · 0.45

Calls

no outgoing calls

Tested by 4

TestAppendMethod · 0.36
TestCreateMethod · 0.36
TestOpsMethod · 0.36
TestProceedMethod · 0.36