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

Function getItems

spec/aether/cs_spec.js:254–254  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

252 // https://github.com/codecombat/aether/issues/111
253 const history = [];
254 const getItems = () => [{'pos':1}, {'pos':4}, {'pos':3}, {'pos':5}];
255 const move = i => history.push(i);
256 const thisValue = {getItems, move};
257 const code = `\

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected