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

Function serializeError

test/v8-updates/test-linux-perf-logger.js:139–147  ·  view source on GitHub ↗
(report, index)

Source from the content-addressed store, hash-verified

137}
138
139function serializeError(report, index) {
140 return `[ERROR ${index + 1}] ${report.title}
141Errors:
142${report.errors.map((err, i) => `${i + 1}. ${err}`).join('\n')}
143Perf map content:
144${report.perfMap}
145</end perf map content>
146`;
147}
148
149function runSuite() {
150 const failures = [];

Callers 2

cycleFunction · 0.50

Calls 2

mapMethod · 0.65
joinMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…