MCPcopy Index your code
hub / github.com/nodejs/node / getScripts

Method getScripts

deps/v8/tools/parse-processor.mjs:323–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321
322 // Container helper for TotalScript / Script.
323 getScripts() {
324 return [this];
325 }
326
327 calculateMetrics(printSummary) {
328 let log = (str) => this.summary += str + '\n';

Callers 3

calculateMetricsMethod · 0.95
wasm-scripts.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected