(i int)
| 778 | } |
| 779 | |
| 780 | func (ra *roaringArray) needsCopyOnWrite(i int) bool { |
| 781 | return ra.needCopyOnWrite[i] |
| 782 | } |
| 783 | |
| 784 | func (ra *roaringArray) setNeedsCopyOnWrite(i int) { |
| 785 | ra.needCopyOnWrite[i] = true |
no outgoing calls
no test coverage detected