()
| 263 | } |
| 264 | |
| 265 | toKey() { |
| 266 | // Strip the parts of the query that are irrelevant to the result cache. |
| 267 | return this.clear('offset').clear('limit').clear('next_limit').toString(); |
| 268 | } |
| 269 | |
| 270 | toParams() { |
| 271 | const params = {}; |
no test coverage detected