Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PrairieLearn/PrairieLearn
/ isArray
Function
isArray
public/javascripts/require.js:45–47 ·
view source on GitHub ↗
(it)
Source
from the content-addressed store, hash-verified
43
}
44
45
function
isArray(it) {
46
return
ostring.call(it) ===
'[object Array]'
;
47
}
48
49
/**
50
* Helper
function
for
iterating over an array. If the func returns
Callers
8
_deconstructPacket
Function · 0.85
_reconstructPacket
Function · 0.85
_removeBlobs
Function · 0.85
_hasBinary
Function · 0.85
mixin
Function · 0.85
hasPathFallback
Function · 0.85
newContext
Function · 0.85
require.js
File · 0.85
Calls
1
call
Method · 0.80
Tested by
no test coverage detected