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

Method Release

util/system/shellcommand.cpp:142–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 inline REALPIPEHANDLE Release() noexcept {
143 REALPIPEHANDLE ret = Fd_;
144 Fd_ = INVALID_REALPIPEHANDLE;
145 return ret;
146 }
147
148 inline void Swap(TRealPipeHandle& r) noexcept {
149 DoSwap(Fd_, r.Fd_);

Callers 3

ReleaseParentsMethod · 0.45
OnForkMethod · 0.45
RunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected