MCPcopy 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
244func (c *connIO) UniqueID() uuid.UUID {
245 return c.id
246}
247
248func (c *connIO) Enqueue(resp *proto.CoordinateResponse) error {
249 c.mu.Lock()

Callers 6

recvLoopMethod · 0.95
handleRequestMethod · 0.95
newMapperFunction · 0.80
handleIncomingMethod · 0.80
newConnMethod · 0.80
cleanupConnMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected