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

Method IsOpen

util/system/filemap.cpp:209–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207 }
208
209 inline bool IsOpen() const noexcept {
210 return File_.IsOpen()
211#if defined(_win_)
212 && Mapping_ != nullptr
213#endif
214 ;
215 }
216
217 inline bool IsWritable() const noexcept {
218 return (Mode_ & oRdWr || Mode_ & oCopyOnWr);

Callers

nothing calls this directly

Calls 1

IsOpenMethod · 0.45

Tested by

no test coverage detected