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

Method String

protocol/protocol.go:422–424  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

420}
421
422func (b Broker) String() string {
423 return net.JoinHostPort(b.Host, itoa(b.Port))
424}
425
426func (b Broker) Format(w fmt.State, v rune) {
427 switch v {

Callers 1

FormatMethod · 0.95

Calls 1

itoaFunction · 0.85

Tested by

no test coverage detected