runIterator16 advice: you must call hasNext() before calling next()/peekNext() to insure there are contents.
| 1101 | // runIterator16 advice: you must call hasNext() |
| 1102 | // before calling next()/peekNext() to insure there are contents. |
| 1103 | type runIterator16 struct { |
| 1104 | rc *runContainer16 |
| 1105 | curIndex int |
| 1106 | curPosInIndex uint16 |
| 1107 | } |
| 1108 | |
| 1109 | // newRunIterator16 returns a new empty run container. |
| 1110 | func (rc *runContainer16) newRunIterator16() *runIterator16 { |
nothing calls this directly
no outgoing calls
no test coverage detected