()
| 248 | } |
| 249 | |
| 250 | toLocation() { |
| 251 | // Turn the state to a query string, but hiding the params implicit in the |
| 252 | // context. |
| 253 | return queryString.stringify(this.state); |
| 254 | } |
| 255 | |
| 256 | toString() { |
| 257 | // Return the full query string for this query, including implicit context. |
no outgoing calls
no test coverage detected