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

Function slay

spec/aether/lua_spec.js:229–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227 killCount: 0,
228 say(v) { return result = v; },
229 slay() {
230 this.killCount += 1;
231 return aether._shouldYield = true;
232 },
233 getKillCount() { return this.killCount; }
234 };
235 const code = `\

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected