MCPcopy Index your code
hub / github.com/coder/coder / String

Method String

tailnet/conn.go:1008–1008  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1006
1007func (a addr) Network() string { return a.ln.key.network }
1008func (a addr) String() string { return a.ln.addr }
1009
1010// Logger converts the Tailscale logging function to use a slog-compatible
1011// logger.

Calls

no outgoing calls