MCPcopy Create free account
hub / github.com/LadybugDB/ladybug / hasNextQueryResult

Method hasNextQueryResult

src/main/query_result.cpp:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66bool QueryResult::hasNextQueryResult() const {
67 checkDatabaseClosedOrThrow();
68 return queryResultIterator.hasNextQueryResult();
69}
70
71QueryResult* QueryResult::getNextQueryResult() {
72 checkDatabaseClosedOrThrow();

Callers 4

processInputMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.36