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

Function save

spec/aether/es6_spec.js:15–15  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

13 xit("Lowdash", function() {
14 const aether = new Aether({language: "javascript", yieldConditionally: true, simpleLoops: true});
15 ({save(x) { return this.result = x; }});
16 const result = null;
17 const dude =
18 {lodash};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected