Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsOpen
Method
IsOpen
util/system/pipe.cpp:83–85 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
bool IsOpen() {
84
return Handle_.IsOpen();
85
}
86
87
inline void Close() {
88
if (!Handle_.IsOpen()) {
Callers
nothing calls this directly
Calls
1
IsOpen
Method · 0.45
Tested by
no test coverage detected