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

Function format

test/common/heap.js:277–277  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

275 return [];
276 }
277 const format = (val) => util.inspect(val, { breakLength: 128, depth: 3 });
278 console.error('#');
279 console.error('# Retaining path to search for:');
280 for (let j = 0; j < retainingPath.length; ++j) {

Callers 3

usingRestAndSpreadFunction · 0.50
usingPredefinedFunction · 0.50

Calls 1

inspectMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…