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

Function slay

spec/aether/java_spec.js:401–404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

399 const dude = {
400 killCount: 0,
401 slay() {
402 this.killCount += 1;
403 return aether._shouldYield = true;
404 },
405 getKillCount() { return this.killCount; }
406 };
407 const code = `\

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected