Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ UniqueID
Method
UniqueID
enterprise/tailnet/connio.go:244–246 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
242
}
243
244
func
(c *connIO) UniqueID() uuid.UUID {
245
return
c.id
246
}
247
248
func
(c *connIO) Enqueue(resp *proto.CoordinateResponse) error {
249
c.mu.Lock()
Callers
6
recvLoop
Method · 0.95
handleRequest
Method · 0.95
newMapper
Function · 0.80
handleIncoming
Method · 0.80
newConn
Method · 0.80
cleanupConn
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected