| 131 | } |
| 132 | |
| 133 | type bitmapContainerShortIterator struct { |
| 134 | ptr *bitmapContainer |
| 135 | i int |
| 136 | } |
| 137 | |
| 138 | func (bcsi *bitmapContainerShortIterator) next() uint16 { |
| 139 | j := bcsi.i |
nothing calls this directly
no outgoing calls
no test coverage detected