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

Method Clone

runcontainer.go:986–989  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

984}
985
986func (rc *runContainer16) Clone() *runContainer16 {
987 rc2 := newRunContainer16CopyIv(rc.iv)
988 return rc2
989}
990
991// newRunContainer16TakeOwnership returns a new runContainer16
992// backed by the provided iv slice, which we will

Callers 4

NotMethod · 0.95
XorMethod · 0.45
OrMethod · 0.45

Calls 1

newRunContainer16CopyIvFunction · 0.85

Tested by

no test coverage detected