Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
65
namespace arrow {
66
67
TEST(InternalHeaders, DCheckExposed) {
68
#ifdef DCHECK
69
FAIL() <<
"DCHECK should not be visible from Arrow public headers."
;
70
#endif
71
}
72
73
TEST(InternalHeaders, AssignOrRaiseExposed) {
74
#ifdef ASSIGN_OR_RAISE
Callers
nothing calls this directly
Calls
1
str
Method · 0.80
Tested by
no test coverage detected