MCPcopy Create free account
hub / github.com/apache/arrow / MakePipe

Method MakePipe

cpp/src/arrow/io/file_test.cc:550–554  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548class TestPipeIO : public ::testing::Test {
549 public:
550 void MakePipe() {
551 ASSERT_OK_AND_ASSIGN(pipe_, CreatePipe());
552 ASSERT_GE(pipe_.rfd.fd(), 0);
553 ASSERT_GE(pipe_.rfd.fd(), 0);
554 }
555 void ClosePipe() {
556 ASSERT_OK(pipe_.rfd.Close());
557 ASSERT_OK(pipe_.wfd.Close());

Callers

nothing calls this directly

Calls 3

CreatePipeFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.50
fdMethod · 0.45

Tested by

no test coverage detected