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

Function slay

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

Source from the content-addressed store, hash-verified

570 const dude = {
571 killCount: 0,
572 slay() {
573 this.killCount += 1;
574 return aether._shouldYield = true;
575 },
576 getKillCount() { return this.killCount; }
577 };
578 const code = `\

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected