()
| 465 | function peg$f2(query) { return query; } |
| 466 | function peg$f3() { return { all: true }; } |
| 467 | function peg$f4() { return { all: false }; } |
| 468 | function peg$f5(segments, ret, groupBy, orderBy, skip, limit) { |
| 469 | // Flatten all segments into a single query structure |
| 470 | // but preserve segment boundaries for execution |
no outgoing calls
no test coverage detected