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

Function log

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

Source from the content-addressed store, hash-verified

310 it("self.doStuff via thisValue param", function() {
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 = {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected