Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ IsOpen
Method
IsOpen
util/system/shellcommand.cpp:156–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
154
}
155
156
inline bool IsOpen() const noexcept {
157
return Fd_ != INVALID_REALPIPEHANDLE;
158
}
159
160
ssize_t Read(void* buffer, size_t byteCount) const noexcept {
161
DWORD doneBytes;
Callers
4
PrepareParents
Method · 0.45
ReadStream
Method · 0.45
WriteStream
Method · 0.45
Communicate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected