MCPcopy
hub / github.com/RoaringBitmap/roaring / needsCopyOnWrite

Method needsCopyOnWrite

roaringarray.go:780–782  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

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

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected