(i int)
| 315 | } |
| 316 | |
| 317 | func (ra *roaringArray) getContainerAtIndex(i int) container { |
| 318 | return ra.containers[i] |
| 319 | } |
| 320 | |
| 321 | func (ra *roaringArray) getFastContainerAtIndex(i int, needsWriteable bool) container { |
| 322 | c := ra.getContainerAtIndex(i) |
no outgoing calls
no test coverage detected