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

Function formatWithOptions

lib/internal/util/inspect.js:2778–2781  ·  view source on GitHub ↗
(inspectOptions, ...args)

Source from the content-addressed store, hash-verified

2776}
2777
2778function formatWithOptions(inspectOptions, ...args) {
2779 validateObject(inspectOptions, 'inspectOptions', kValidateObjectAllowArray);
2780 return formatWithOptionsInternal(inspectOptions, args);
2781}
2782
2783function formatNumberNoColor(number, options) {
2784 return formatNumber(

Callers 1

debuglogImplFunction · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…