MCPcopy
hub / github.com/segmentio/kafka-go / itoa

Function itoa

protocol/protocol.go:443–445  ·  view source on GitHub ↗
(i int32)

Source from the content-addressed store, hash-verified

441}
442
443func itoa(i int32) string {
444 return strconv.Itoa(int(i))
445}
446
447type Topic struct {
448 Name string

Callers 3

StringMethod · 0.85
FormatMethod · 0.85
formatBrokerIDsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected