(i int)
| 366 | } |
| 367 | |
| 368 | func (ra *roaringArray) getKeyAtIndex(i int) uint16 { |
| 369 | return ra.keys[i] |
| 370 | } |
| 371 | |
| 372 | func (ra *roaringArray) insertNewKeyValueAt(i int, key uint16, value container) { |
| 373 | ra.keys = append(ra.keys, 0) |
no outgoing calls
no test coverage detected