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

Function TEST

cpp/src/arrow/public_api_test.cc:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65namespace arrow {
66
67TEST(InternalHeaders, DCheckExposed) {
68#ifdef DCHECK
69 FAIL() << "DCHECK should not be visible from Arrow public headers.";
70#endif
71}
72
73TEST(InternalHeaders, AssignOrRaiseExposed) {
74#ifdef ASSIGN_OR_RAISE

Callers

nothing calls this directly

Calls 1

strMethod · 0.80

Tested by

no test coverage detected