(i int)
| 400 | } |
| 401 | |
| 402 | func (ra *roaringArray64) needsCopyOnWrite(i int) bool { |
| 403 | return ra.needCopyOnWrite[i] |
| 404 | } |
| 405 | |
| 406 | func (ra *roaringArray64) setNeedsCopyOnWrite(i int) { |
| 407 | ra.needCopyOnWrite[i] = true |
no outgoing calls
no test coverage detected