MCPcopy Create free account
hub / github.com/bytedance/bolt / assertEmptyResults

Method assertEmptyResults

bolt/exec/tests/utils/AssertQueryBuilder.cpp:222–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222std::shared_ptr<Task> AssertQueryBuilder::assertEmptyResults() {
223 auto [cursor, results] = readCursor();
224 test::assertEmptyResults(results);
225 return cursor->task();
226}
227
228std::shared_ptr<Task> AssertQueryBuilder::assertTypeAndNumRows(
229 const TypePtr& expectedType,

Callers 7

TEST_FFunction · 0.80
DEBUG_ONLY_TEST_FFunction · 0.80
TEST_FFunction · 0.80
TEST_FFunction · 0.80
DEBUG_ONLY_TEST_PFunction · 0.80
TEST_PFunction · 0.80
TEST_FFunction · 0.80

Calls 3

readCursorFunction · 0.85
assertEmptyResultsFunction · 0.85
taskMethod · 0.80

Tested by

no test coverage detected