(i int)
| 404 | } |
| 405 | |
| 406 | func (ra *roaringArray64) setNeedsCopyOnWrite(i int) { |
| 407 | ra.needCopyOnWrite[i] = true |
| 408 | } |
| 409 | |
| 410 | // should be dirt cheap |
| 411 | func (ra *roaringArray64) serializedSizeInBytes() uint64 { |
no outgoing calls
no test coverage detected