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

Method String

bitmapcontainer.go:15–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func (bc bitmapContainer) String() string {
16 var s string
17 for it := bc.getShortIterator(); it.hasNext(); {
18 s += fmt.Sprintf("%v, ", it.next())
19 }
20 return s
21}
22
23func newBitmapContainer() *bitmapContainer {
24 p := new(bitmapContainer)

Callers

nothing calls this directly

Calls 3

getShortIteratorMethod · 0.95
hasNextMethod · 0.65
nextMethod · 0.65

Tested by

no test coverage detected