numIntervals returns the count of intervals in the container.
()
| 805 | |
| 806 | // numIntervals returns the count of intervals in the container. |
| 807 | func (rc *runContainer16) numIntervals() int { |
| 808 | return len(rc.iv) |
| 809 | } |
| 810 | |
| 811 | // searchRange returns alreadyPresent to indicate if the |
| 812 | // key is already in one of our interval16s. |
no outgoing calls