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

Function getIteratorBraces

lib/internal/util/inspect.js:1502–1509  ·  view source on GitHub ↗
(type, tag)

Source from the content-addressed store, hash-verified

1500}
1501
1502function getIteratorBraces(type, tag) {
1503 if (tag !== `${type} Iterator`) {
1504 if (tag !== '')
1505 tag += '] [';
1506 tag += `${type} Iterator`;
1507 }
1508 return [`[${tag}] {`, '}'];
1509}
1510
1511function getBoxedBase(value, ctx, keys, constructor, tag) {
1512 let fn;

Callers 1

formatRawFunction · 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…