Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ TearDown
Method
TearDown
cpp/src/arrow/util/io_util_test.cc:256–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
254
class TestCreatePipe : public ::testing::Test {
255
public:
256
void TearDown() override { ASSERT_OK(pipe_.Close()); }
257
258
protected:
259
Pipe pipe_;
Callers
nothing calls this directly
Calls
1
Close
Method · 0.45
Tested by
no test coverage detected