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

Function formatBigIntNoColor

lib/internal/util/inspect.js:2791–2797  ·  view source on GitHub ↗
(bigint, options)

Source from the content-addressed store, hash-verified

2789}
2790
2791function formatBigIntNoColor(bigint, options) {
2792 return formatBigInt(
2793 stylizeNoColor,
2794 bigint,
2795 options?.numericSeparator ?? inspectDefaultOptions.numericSeparator,
2796 );
2797}
2798
2799function formatWithOptionsInternal(inspectOptions, args) {
2800 const first = args[0];

Callers 1

Calls 1

formatBigIntFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…