MCPcopy
hub / github.com/phaserjs/phaser / createItems

Function createItems

tests/actions/GridAlign.test.js:60–70  ·  view source on GitHub ↗
(count)

Source from the content-addressed store, hash-verified

58}
59
60function createItems (count)
61{
62 var items = [];
63
64 for (var i = 0; i < count; i++)
65 {
66 items.push(createItem());
67 }
68
69 return items;
70}
71
72describe('Phaser.Actions.GridAlign', function ()
73{

Callers 1

GridAlign.test.jsFile · 0.85

Calls 1

createItemFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…