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

Function format

lib/internal/util/inspect.js:2774–2776  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

2772}
2773
2774function format(...args) {
2775 return formatWithOptionsInternal(undefined, args);
2776}
2777
2778function formatWithOptions(inspectOptions, ...args) {
2779 validateObject(inspectOptions, 'inspectOptions', kValidateObjectAllowArray);

Callers 6

debuglogImplFunction · 0.70
logImplFunction · 0.70
[customInspectSymbol]Method · 0.50
[kInspect]Method · 0.50
[kInspect]Method · 0.50
innerFailFunction · 0.50

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…