MCPcopy Index your code
hub / github.com/RoaringBitmap/roaring / String

Method String

arraycontainer.go:18–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16)
17
18func (ac *arrayContainer) String() string {
19 s := "{"
20 for it := ac.getShortIterator(); it.hasNext(); {
21 s += fmt.Sprintf("%v, ", it.next())
22 }
23 return s + "}"
24}
25
26func (ac *arrayContainer) fillLeastSignificant16bits(x []uint32, i int, mask uint32) int {
27 if i < 0 {

Callers

nothing calls this directly

Calls 3

getShortIteratorMethod · 0.95
hasNextMethod · 0.65
nextMethod · 0.65

Tested by

no test coverage detected