MCPcopy 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

PrepareParentsMethod · 0.45
ReadStreamMethod · 0.45
WriteStreamMethod · 0.45
CommunicateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected