Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ setMetrics
Method
setMetrics
deps/v8/tools/parse-processor.mjs:611–614 ·
view source on GitHub ↗
(dict)
Source
from the content-addressed store, hash-verified
609
}
610
611
setMetrics(dict) {
612
dict.set(
'parseMetric'
, this.executionCost);
613
dict.set(
'parseMetricNegative'
, this.nonExecutionCost);
614
}
615
}
616
617
// ===========================================================================
Callers
1
calculateMetrics
Method · 0.95
Calls
1
set
Method · 0.45
Tested by
no test coverage detected