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

Method Length

util/memory/blob.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141 }
142
143 inline size_t Length() const noexcept {
144 return Map_.MappedSize();
145 }
146
147private:
148 TFileMap Map_;

Callers 4

CopyConstructFunction · 0.45
ConstructFromMapFunction · 0.45
ConstructAsMapFunction · 0.45
ReadFromFileFunction · 0.45

Calls 1

MappedSizeMethod · 0.45

Tested by

no test coverage detected