Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coder/coder
/ getLatencyColor
Function
getLatencyColor
site/src/utils/latency.ts:26–29 ·
view source on GitHub ↗
( latency?: number, type: "text" | "background" = "text", )
Source
from the content-addressed store, hash-verified
24
};
25
26
export
const
getLatencyColor = (
27
latency?: number,
28
type
:
"text"
|
"background"
=
"text"
,
29
) => latencyColors[getLatencyLevel(latency)][
type
];
Callers
5
getDisplayLatency
Function · 0.90
Latency
Function · 0.90
ProxyRow
Function · 0.90
DERPRegionPage
Function · 0.90
UsersLatencyPanel
Function · 0.90
Calls
1
getLatencyLevel
Function · 0.85
Tested by
no test coverage detected