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

Function sliceToString16

runcontainer.go:1435–1441  ·  view source on GitHub ↗
(m []interval16)

Source from the content-addressed store, hash-verified

1433}
1434
1435func sliceToString16(m []interval16) string {
1436 s := ""
1437 for i := range m {
1438 s += fmt.Sprintf("%v: %s, ", i, m[i])
1439 }
1440 return s
1441}
1442
1443// helper for invert
1444func (rc *runContainer16) invertlastInterval(origin uint16, lastIdx int) []interval16 {

Callers 1

TestRleInterval16sFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestRleInterval16sFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…