Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/callstack/agent-device
/ roundOneDecimal
Function
roundOneDecimal
src/platforms/perf-utils.ts:5–7 ·
view source on GitHub ↗
(value: number)
Source
from the content-addressed store, hash-verified
3
}
4
5
export
function
roundOneDecimal(value: number): number {
6
return
roundPercent(value);
7
}
Callers
nothing calls this directly
Calls
1
roundPercent
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…