Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/immutable-js/immutable-js
/ pct
Function
pct
resources/benchmark.js:168–170 ·
view source on GitHub ↗
(p)
Source
from the content-addressed store, hash-verified
166
}
167
168
function
pct(p) {
169
return
Math.floor(p * 10000) / 100 +
'%'
;
170
}
171
172
var
dualRuns = stats.length === 2;
173
Callers
1
benchmark.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected