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

Method AdditionalDataLength

util/memory/addstorage.h:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 inline size_t AdditionalDataLength() const noexcept {
69 return InfoPtr(static_cast<const T*>(this))->Length();
70 }
71
72private:
73 static inline void DoDelete(void* ptr) noexcept {

Callers 2

LengthMethod · 0.80
TestItMethod · 0.80

Calls 1

LengthMethod · 0.45

Tested by 1

TestItMethod · 0.64