Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1226
bool TFile::IsOpen() const noexcept {
1227
return Impl_->GetHandle().IsOpen();
1228
}
1229
1230
FHANDLE TFile::GetHandle() const noexcept {
1231
return Impl_->GetHandle();
Callers
3
LinkTo
Method · 0.45
TImpl
Method · 0.45
Duplicate
Method · 0.45
Calls
1
GetHandle
Method · 0.45
Tested by
no test coverage detected