Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
422
func
(b Broker) String() string {
423
return
net.JoinHostPort(b.Host, itoa(b.Port))
424
}
425
426
func
(b Broker) Format(w fmt.State, v rune) {
427
switch
v {
Callers
1
Format
Method · 0.95
Calls
1
itoa
Function · 0.85
Tested by
no test coverage detected