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

Method log

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

Source from the content-addressed store, hash-verified

326
327 calculateMetrics(printSummary) {
328 let log = (str) => this.summary += str + '\n';
329 log(`SCRIPT: ${this.id}`);
330 let all = this.funktions;
331 if (all.length === 0) return;

Callers 15

printUsageAndExitMethod · 0.45
next_power_of_2Function · 0.45
printVMSymbolsMethod · 0.45
printMethod · 0.45
calculateMetricsMethod · 0.45
printMethod · 0.45
printMethod · 0.45
printMethod · 0.45
printMethod · 0.45
mainFunction · 0.45
printErrorMethod · 0.45

Calls

no outgoing calls

Tested by 4

testFunction · 0.36
testFunction · 0.36
testFunction · 0.36