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

Method Conn

coderd/tailnet.go:154–156  ·  view source on GitHub ↗

Conn is used to access the underlying tailnet conn of the ServerTailnet. It should only be used for read-only purposes.

()

Source from the content-addressed store, hash-verified

152// Conn is used to access the underlying tailnet conn of the ServerTailnet. It
153// should only be used for read-only purposes.
154func (s *ServerTailnet) Conn() *tailnet.Conn {
155 return s.conn
156}
157
158func (s *ServerTailnet) Describe(descs chan<- *prometheus.Desc) {
159 s.connsPerAgent.Describe(descs)

Callers 2

setupMigrateFunction · 0.80

Calls

no outgoing calls

Tested by 2

setupMigrateFunction · 0.64