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

Function moveDown

spec/aether/python_spec.js:313–313  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

311 const history = [];
312 const log = s => history.push(s);
313 const moveDown = () => history.push('moveDown');
314 const thisValue = {say: log, moveDown};
315 const aetherOptions = {
316 language: 'python'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected