Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ Done
Method
Done
enterprise/tailnet/connio.go:275–277 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
273
}
274
275
func
(c *connIO) Done() <-
chan
struct
{} {
276
return
c.peerCtx.Done()
277
}
278
279
func
(c *connIO) Close() error {
280
c.mu.Lock()
Callers
15
TestReplica
Function · 0.45
loop
Method · 0.45
subscribe
Method · 0.45
syncReplicas
Method · 0.45
testDERPSend
Function · 0.45
createProxyReplicas
Function · 0.45
pingReplica
Function · 0.45
Start
Method · 0.45
RegisterNow
Method · 0.45
NewRemoteConnector
Function · 0.45
handleContextExpired
Method · 0.45
TestRemoteConnector_Mainline
Function · 0.45
Calls
no outgoing calls
Tested by
15
TestReplica
Function · 0.36
testDERPSend
Function · 0.36
createProxyReplicas
Function · 0.36
TestRemoteConnector_Mainline
Function · 0.36
TestRemoteConnector_BadToken
Function · 0.36
TestRemoteConnector_BadJobID
Function · 0.36
TestRemoteConnector_BadCert
Function · 0.36
TestRemoteConnector_Fuzz
Function · 0.36
TestRemoteConnector_CancelConnect
Function · 0.36
TestUpstreamProxy
Function · 0.36
TestCertCache_Fetch
Function · 0.36
TestDERPMesh
Function · 0.36