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

Method IsOpen

util/system/pipe.cpp:140–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140bool TPipe::IsOpen() const noexcept {
141 return Impl_->IsOpen();
142}
143
144size_t TPipe::Read(void* buf, size_t len) const {
145 return Impl_->Read(buf, len);

Callers 15

TMappedBlobBaseMethod · 0.45
ResolveAddrMethod · 0.45
BindMethod · 0.45
Y_UNIT_TESTFunction · 0.45
IsOpenMethod · 0.45
CloseMethod · 0.45
Y_UNIT_TESTFunction · 0.45
BasicTestFunction · 0.45
TestOpenMethod · 0.45
TestOpenSyncMethod · 0.45
TestRWMethod · 0.45
TestLocaleMethod · 0.45

Calls

no outgoing calls

Tested by 4

TestOpenMethod · 0.36
TestOpenSyncMethod · 0.36
TestRWMethod · 0.36
TestLocaleMethod · 0.36