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

Method Length

util/system/filemap.h:141–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139 }
140
141 inline i64 Length() const noexcept {
142 return Map_.Length();
143 }
144
145 inline bool IsOpen() const noexcept {
146 return Map_.IsOpen();

Callers 1

DoInitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected