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

Method MakePipe

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

Source from the content-addressed store, hash-verified

555class TestPipeIO : public ::testing::Test {
556 public:
557 void MakePipe() {
558 ASSERT_OK_AND_ASSIGN(pipe_, CreatePipe());
559 ASSERT_GE(pipe_.rfd.fd(), 0);
560 ASSERT_GE(pipe_.rfd.fd(), 0);
561 }
562 void ClosePipe() {
563 ASSERT_OK(pipe_.rfd.Close());
564 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