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

Function log

spec/aether/problem_spec.js:423–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

421 it("Call non-this undefined function x()", function() {
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()";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected