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

Method AssertCannotConsume

cpp/src/arrow/dataset/scanner_test.cc:2059–2065  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2057 }
2058
2059 void AssertCannotConsume() {
2060 if (!next.is_valid()) {
2061 next = generator();
2062 }
2063 SleepABit();
2064 ASSERT_FALSE(next.is_finished());
2065 }
2066
2067 void AssertFinished() {
2068 if (!next.is_valid()) {

Callers 1

TEST_FFunction · 0.80

Calls 3

SleepABitFunction · 0.85
is_validMethod · 0.45
is_finishedMethod · 0.45

Tested by

no test coverage detected