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

Function attack

spec/aether/problem_spec.js:424–424  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

422 const history = [];
423 const log = s => history.push(s);
424 const attack = () => history.push('attack');
425 const selfValue = {say: log, attack};
426 const code = "x()";
427 const problemContext = {thisMethods: [ 'log', 'attack' ]};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected