MCPcopy Create free account
hub / github.com/coder/coder / Closed

Method Closed

tailnet/conn.go:662–664  ·  view source on GitHub ↗

Closed is a channel that ends when the connection has been closed.

()

Source from the content-addressed store, hash-verified

660// Closed is a channel that ends when the connection has
661// been closed.
662func (c *Conn) Closed() <-chan struct{} {
663 return c.closed
664}
665
666// Close shuts down the Wireguard connection.
667func (c *Conn) Close() error {

Callers 5

CloseMethod · 0.45
connectMethod · 0.45
connectAndServeMethod · 0.45
connectedAgentInfoFunction · 0.45
collectPprofFunction · 0.45

Implementers 1

fakeConnvpn/tunnel_internal_test.go

Calls

no outgoing calls

Tested by

no test coverage detected