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

Function move

spec/aether/python_spec.js:346–346  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344 const history = [];
345 const getItems = () => [{'pos':1}, {'pos':4}, {'pos':3}, {'pos':5}];
346 const move = i => history.push(i);
347 const thisValue = {getItems, move};
348 const aetherOptions = {
349 language: 'python'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected