Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ getIndexArray
Function
getIndexArray
lib/internal/console/constructor.js:577–578 ·
view source on GitHub ↗
(length)
Source
from the content-addressed store, hash-verified
575
return
inspect(v, opt);
576
};
577
const
getIndexArray = (length) => ArrayFrom(
578
{ length }, (_, i) => _inspect(i));
579
580
const
mapIter = isMapIterator(tabularData);
581
let
isKeyValue = false;
Callers
1
table
Function · 0.85
Calls
1
_inspect
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…