MCPcopy Create free account
hub / github.com/RoaringBitmap/roaring / needsCopyOnWrite

Method needsCopyOnWrite

roaring64/roaringarray64.go:402–404  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

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

Callers 4

appendCopyMethod · 0.45
appendCopiesUntilMethod · 0.45
appendCopiesAfterMethod · 0.45
AndNotMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected