Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ latencyChannelName
Method
latencyChannelName
coderd/database/pubsub/latency.go:72–74 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
70
}
71
72
func
(lm *LatencyMeasurer) latencyChannelName() string {
73
return
fmt.Sprintf(
"latency-measure:%s"
, lm.channel)
74
}
Callers
1
Measure
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected