MCPcopy Index your code
hub / github.com/nbubna/store / isArray

Function isArray

libs/requirejs.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 4

mixinFunction · 0.85
hasPathFallbackFunction · 0.85
newContextFunction · 0.85
requirejs.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…