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

Method GetMode

util/system/filemap.cpp:434–436  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

432}
433
434TMemoryMap::EOpenMode TMemoryMap::GetMode() const noexcept {
435 return Impl_->GetMode();
436}
437
438TFile TMemoryMap::GetFile() const noexcept {
439 return Impl_->GetFile();

Callers 1

ResizeAndResetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected