| 6 | ) |
| 7 | |
| 8 | type query struct { |
| 9 | queryType string |
| 10 | firstIndex int // firstIndex and lastIndex are same for point queries |
| 11 | lastIndex int |
| 12 | } |
| 13 | |
| 14 | type update struct { |
| 15 | pos int |
nothing calls this directly
no outgoing calls
no test coverage detected