Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ CheckResults
Method
CheckResults
cpp/src/arrow/util/thread_pool_test.cc:110–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void CheckResults() {
111
for (int i = 0; i < nadds_; ++i) {
112
ASSERT_EQ(outs_[i], (i + 1) * 11);
113
}
114
}
115
116
void CheckNotAllComputed() {
117
for (int i = 0; i < nadds_; ++i) {
Callers
2
DoSpawnAdds
Method · 0.45
DoSpawnAddsThreaded
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected