(i int)
| 782 | } |
| 783 | |
| 784 | func (ra *roaringArray) setNeedsCopyOnWrite(i int) { |
| 785 | ra.needCopyOnWrite[i] = true |
| 786 | } |
| 787 | |
| 788 | func (ra *roaringArray) checkKeysSorted() bool { |
| 789 | if len(ra.keys) == 0 || len(ra.keys) == 1 { |
no outgoing calls
no test coverage detected