Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
func
(c *vpnConn) Close() error {
55
c.cancelFn()
56
<-c.controller.Closed()
57
return
c.Conn.Close()
58
}
59
60
type
client
struct
{}
61
Callers
nothing calls this directly
Calls
2
Close
Method · 0.65
Closed
Method · 0.45
Tested by
no test coverage detected