| 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:"-"` |
| 429 | Start int `json:"-" xml:"start,attr"` |
| 430 | End int `json:"-" xml:"end,attr"` |
| 431 | } |
| 432 | |
| 433 | //arrays upon arrays |
| 434 |
nothing calls this directly
no outgoing calls
no test coverage detected