| 421 | } |
| 422 | |
| 423 | type RelatedQuery struct { |
| 424 | Query string `json:"query" xml:"query"` |
| 425 | } |
| 426 | type QueryWithIndices struct { |
| 427 | Query string `json:"query" xml:"query"` |
| 428 | Indices []int `json:"indices" xml:"-"` |
nothing calls this directly
no outgoing calls
no test coverage detected