Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ isArray
Function
isArray
lib/internal/console/constructor.js:673–673 ·
view source on GitHub ↗
(v)
Source
from the content-addressed store, hash-verified
671
const
iterKey =
'(iteration index)'
;
672
673
const
isArray = (v) => ArrayIsArray(v) || isTypedArray(v) || isBuffer(v);
674
675
function
noop() {}
676
Callers
1
_inspect
Function · 0.70
Calls
2
isTypedArray
Function · 0.85
isBuffer
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…