Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
101
void QueryResult::addNextResult(std::unique_ptr<QueryResult> next_) {
102
nextQueryResult = std::move(next_);
103
}
104
105
std::unique_ptr<QueryResult> QueryResult::moveNextResult() {
106
return std::move(nextQueryResult);
Callers
1
queryNoLock
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected