Code
Hub
Trending
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ PERCENT
Function
PERCENT
deps/v8/tools/parse-processor.mjs:35–37 ·
view source on GitHub ↗
(value, total)
Source
from the content-addressed store, hash-verified
33
}
34
35
export
function
PERCENT(value, total) {
36
return
Math.round(value / total * 100) +
"%"
;
37
}
38
39
// ===========================================================================
40
const
kNoTimeMetrics = {
Callers
2
BYTES
Function · 0.85
toString
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…