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

Function move

spec/aether/lua_spec.js:171–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 = {
174 language

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected