MCPcopy 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

_deconstructPacketFunction · 0.85
_reconstructPacketFunction · 0.85
_removeBlobsFunction · 0.85
_hasBinaryFunction · 0.85
mixinFunction · 0.85
hasPathFallbackFunction · 0.85
newContextFunction · 0.85
require.jsFile · 0.85

Calls 1

callMethod · 0.80

Tested by

no test coverage detected