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

Method Length

util/system/filemap.cpp:422–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

420}
421
422i64 TMemoryMap::Length() const noexcept {
423 return Impl_->Length();
424}
425
426bool TMemoryMap::IsOpen() const noexcept {
427 return Impl_->IsOpen();

Callers 6

TElfMethod · 0.45
operator()Method · 0.45
TMappingReaderMethod · 0.45
BasicTestFunction · 0.45
Y_UNIT_TESTFunction · 0.45
Y_UNIT_TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected