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

Method Close

vpn/client.go:54–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52}
53
54func (c *vpnConn) Close() error {
55 c.cancelFn()
56 <-c.controller.Closed()
57 return c.Conn.Close()
58}
59
60type client struct{}
61

Callers

nothing calls this directly

Calls 2

CloseMethod · 0.65
ClosedMethod · 0.45

Tested by

no test coverage detected