MCPcopy Index your code
hub / github.com/phaserjs/phaser / makeItems

Function makeItems

tests/actions/SetOrigin.test.js:18–26  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

16 }
17
18 function makeItems (count)
19 {
20 var items = [];
21 for (var i = 0; i < count; i++)
22 {
23 items.push(makeItem(0, 0));
24 }
25 return items;
26 }
27
28 it('should return the items array', function ()
29 {

Callers 2

SetOrigin.test.jsFile · 0.70

Calls 1

makeItemFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…