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

Method Data

util/memory/blob.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 inline const void* Data() const noexcept {
140 return Map_.Ptr();
141 }
142
143 inline size_t Length() const noexcept {
144 return Map_.MappedSize();

Callers 4

CopyConstructFunction · 0.45
ConstructFromMapFunction · 0.45
ReadFromFileFunction · 0.45
ConstructFromBufferFunction · 0.45

Calls 1

PtrMethod · 0.45

Tested by

no test coverage detected