Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsOpen
Method
IsOpen
util/system/filemap.cpp:426–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
424
}
425
426
bool TMemoryMap::IsOpen() const noexcept {
427
return Impl_->IsOpen();
428
}
429
430
bool TMemoryMap::IsWritable() const noexcept {
431
return Impl_->IsWritable();
Callers
3
CheckFile
Method · 0.45
IsOpen
Method · 0.45
Map
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected