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

Function remainingText

lib/internal/util/inspect.js:2189–2189  ·  view source on GitHub ↗
(remaining)

Source from the content-addressed store, hash-verified

2187}
2188
2189const remainingText = (remaining) => `... ${remaining} more item${remaining > 1 ? 's' : ''}`;
2190
2191function formatNumber(fn, number, numericSeparator) {
2192 // Format -0 as '-0'. Checking `number === -0` won't distinguish 0 from -0.

Callers 7

formatSpecialArrayFunction · 0.85
formatArrayFunction · 0.85
formatTypedArrayFunction · 0.85
formatSetFunction · 0.85
formatMapFunction · 0.85
formatSetIterInnerFunction · 0.85
formatMapIterInnerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…