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

Function getItems

spec/aether/python_spec.js:236–236  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

234 aether = new Aether({language: "python", protectAPI: true});
235 aether.transpile(code);
236 const selfValue = {getItems() { return [3, 3, 4, 3, 5, 6, 3]; }};
237 const method = aether.createMethod(selfValue);
238 return expect(aether.run(method)).toEqual(4);
239 });

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected