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

Method SetUp

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

Source from the content-addressed store, hash-verified

2587class TestArrayImport : public ::testing::Test {
2588 public:
2589 void SetUp() override { Reset(); }
2590
2591 void Reset() {
2592 memset(&c_struct_, 0, sizeof(c_struct_));

Callers

nothing calls this directly

Calls 1

ResetFunction · 0.50

Tested by

no test coverage detected