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

Method Data

util/memory/blob.cpp:34–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 }
33
34 inline void* Data() const noexcept {
35 return this->AdditionalData();
36 }
37
38 inline size_t Length() const noexcept {
39 return this->AdditionalDataLength();

Callers

nothing calls this directly

Calls 1

AdditionalDataMethod · 0.80

Tested by

no test coverage detected