MCPcopy
hub / github.com/grafana/dskit / getAdvertisedAddr

Method getAdvertisedAddr

kv/memberlist/tcp_transport.go:461–465  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459}
460
461func (t *TCPTransport) getAdvertisedAddr() string {
462 t.advertiseMu.RLock()
463 defer t.advertiseMu.RUnlock()
464 return t.advertiseAddr
465}
466
467// WriteTo is a packet-oriented interface that fires off the given
468// payload to the given address.

Callers 1

writeToMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected