MCPcopy Create free account
hub / github.com/codecombat/codecombat / getItems

Function getItems

spec/aether/lua_spec.js:170–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 return it("self.getItems", function() {
169 const history = [];
170 const getItems = () => [{'pos':1}, {'pos':4}, {'pos':3}, {'pos':5}];
171 const move = i => history.push(i);
172 const thisValue = {getItems, move};
173 const aetherOptions = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected