Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ getLatestMapping
Method
getLatestMapping
enterprise/tailnet/connio.go:238–242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
236
}
237
238
func
(c *connIO) getLatestMapping() []mapping {
239
c.mu.Lock()
240
defer
c.mu.Unlock()
241
return
c.latest
242
}
243
244
func
(c *connIO) UniqueID() uuid.UUID {
245
return
c.id
Callers
2
handleRequest
Method · 0.95
run
Method · 0.80
Calls
2
Lock
Method · 0.45
Unlock
Method · 0.45
Tested by
no test coverage detected