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

Method IsOpen

util/system/file.cpp:1226–1228  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1224}
1225
1226bool TFile::IsOpen() const noexcept {
1227 return Impl_->GetHandle().IsOpen();
1228}
1229
1230FHANDLE TFile::GetHandle() const noexcept {
1231 return Impl_->GetHandle();

Callers 3

LinkToMethod · 0.45
TImplMethod · 0.45
DuplicateMethod · 0.45

Calls 1

GetHandleMethod · 0.45

Tested by

no test coverage detected