Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/segmentio/kafka-go
/ Network
Method
Network
address.go:48–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
type
multiAddr []net.Addr
47
48
func
(m multiAddr) Network() string {
return
m.join(net.Addr.Network) }
49
50
func
(m multiAddr) String() string {
return
m.join(net.Addr.String) }
51
Callers
5
produceRecords
Function · 0.45
grabPool
Method · 0.45
grabConnOrConnect
Method · 0.45
connect
Method · 0.45
TestNetworkAddress
Function · 0.45
Calls
1
join
Method · 0.95
Tested by
2
produceRecords
Function · 0.36
TestNetworkAddress
Function · 0.36