MCPcopy 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
426bool TMemoryMap::IsOpen() const noexcept {
427 return Impl_->IsOpen();
428}
429
430bool TMemoryMap::IsWritable() const noexcept {
431 return Impl_->IsWritable();

Callers 3

CheckFileMethod · 0.45
IsOpenMethod · 0.45
MapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected