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

Method SetUp

cpp/src/arrow/io/memory_test.cc:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61class TestBufferOutputStream : public ::testing::Test {
62 public:
63 void SetUp() {
64 ASSERT_OK_AND_ASSIGN(buffer_, AllocateResizableBuffer(0));
65 stream_.reset(new BufferOutputStream(buffer_));
66 }
67
68 protected:
69 std::shared_ptr<ResizableBuffer> buffer_;

Callers

nothing calls this directly

Calls 3

AllocateResizableBufferFunction · 0.85
ASSERT_OK_AND_ASSIGNFunction · 0.50
resetMethod · 0.45

Tested by

no test coverage detected