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

Method Length

library/cpp/archive/yarchive.cpp:91–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 inline ui64 Length() const noexcept {
92 return Len_;
93 }
94
95 inline ui64 Offset() const noexcept {
96 return Off_;

Callers 4

AddSynonymMethod · 0.45
ObjectByKeyMethod · 0.45
BlobByKeyMethod · 0.45
TBlobOwningStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected