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

Method clone

runcontainer.go:1795–1797  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1793var _ container = &runContainer16{}
1794
1795func (rc *runContainer16) clone() container {
1796 return newRunContainer16CopyIv(rc.iv)
1797}
1798
1799func (rc *runContainer16) minimum() uint16 {
1800 return rc.iv[0].start // assume not empty

Callers 2

orMethod · 0.95
orArrayMethod · 0.95

Calls 1

newRunContainer16CopyIvFunction · 0.85

Tested by

no test coverage detected