| 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' |
nothing calls this directly
no outgoing calls
no test coverage detected