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

Function foo

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

Source from the content-addressed store, hash-verified

278 return it("convertToNativeType", function() {
279 const globals = {
280 foo() {
281 const o = {p1: 34, p2: 'Bob'};
282 return Object.defineProperty(o, 'health', {value: 42});
283 }
284 };
285 const code = `\
286myObj = self.foo()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected