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

Method addNextResult

src/main/query_result.cpp:101–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101void QueryResult::addNextResult(std::unique_ptr<QueryResult> next_) {
102 nextQueryResult = std::move(next_);
103}
104
105std::unique_ptr<QueryResult> QueryResult::moveNextResult() {
106 return std::move(nextQueryResult);

Callers 1

queryNoLockMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected