MCPcopy 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
238func (c *connIO) getLatestMapping() []mapping {
239 c.mu.Lock()
240 defer c.mu.Unlock()
241 return c.latest
242}
243
244func (c *connIO) UniqueID() uuid.UUID {
245 return c.id

Callers 2

handleRequestMethod · 0.95
runMethod · 0.80

Calls 2

LockMethod · 0.45
UnlockMethod · 0.45

Tested by

no test coverage detected