Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ String
Method
String
protocol/conn.go:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
func
(c *Conn) String() string {
28
return
fmt.Sprintf(
"kafka://%s@%s->%s"
, c.clientID, c.LocalAddr(), c.RemoteAddr())
29
}
30
31
func
(c *Conn) Close() error {
32
return
c.conn.Close()
Callers
4
encodeFuncOf
Function · 0.45
string
Method · 0.45
decodeFuncOf
Function · 0.45
deepEqualValue
Function · 0.45
Calls
2
LocalAddr
Method · 0.95
RemoteAddr
Method · 0.95
Tested by
no test coverage detected