Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
434
TMemoryMap::EOpenMode TMemoryMap::GetMode() const noexcept {
435
return Impl_->GetMode();
436
}
437
438
TFile TMemoryMap::GetFile() const noexcept {
439
return Impl_->GetFile();
Callers
1
ResizeAndReset
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected