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

Method SetUp

cpp/src/arrow/c/bridge_test.cc:2611–2611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2609class TestArrayImport : public ::testing::Test {
2610 public:
2611 void SetUp() override { Reset(); }
2612
2613 void Reset() {
2614 memset(&c_struct_, 0, sizeof(c_struct_));

Callers

nothing calls this directly

Calls 1

ResetFunction · 0.50

Tested by

no test coverage detected