Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
140
bool TPipe::IsOpen() const noexcept {
141
return Impl_->IsOpen();
142
}
143
144
size_t TPipe::Read(void* buf, size_t len) const {
145
return Impl_->Read(buf, len);
Callers
15
TMappedBlobBase
Method · 0.45
ResolveAddr
Method · 0.45
Bind
Method · 0.45
Y_UNIT_TEST
Function · 0.45
IsOpen
Method · 0.45
Close
Method · 0.45
Y_UNIT_TEST
Function · 0.45
BasicTest
Function · 0.45
TestOpen
Method · 0.45
TestOpenSync
Method · 0.45
TestRW
Method · 0.45
TestLocale
Method · 0.45
Calls
no outgoing calls
Tested by
4
TestOpen
Method · 0.36
TestOpenSync
Method · 0.36
TestRW
Method · 0.36
TestLocale
Method · 0.36