MCPcopy Create free account
hub / github.com/cockroachdb/swiss / String

Method String

map.go:1556–1564  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1554}
1555
1556func (g *ctrlGroup) String() string {
1557 var buf strings.Builder
1558 buf.Grow(groupSize)
1559
1560 for i := uint32(0); i < groupSize; i++ {
1561 fmt.Fprintf(&buf, "%02x ", g.Get(i))
1562 }
1563 return buf.String()
1564}
1565
1566// slotGroup is a fixed size array of groupSize slots.
1567//

Callers

nothing calls this directly

Calls 2

GetMethod · 0.95
StringMethod · 0.45

Tested by

no test coverage detected