Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/mailru/FileAPI
/ _isArray
Function
_isArray
lib/FileAPI.core.js:70–72 ·
view source on GitHub ↗
(ar)
Source
from the content-addressed store, hash-verified
68
preventDefault =
'preventDefault'
,
// and this too
69
70
_isArray =
function
(ar) {
71
return
ar && (
'length'
in ar);
72
},
73
74
/**
75
* Iterate over a object or array
Callers
2
_each
Function · 0.85
FileAPI.core.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected