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

Function getKillCount

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

Source from the content-addressed store, hash-verified

231 return aether._shouldYield = true;
232 },
233 getKillCount() { return this.killCount; }
234 };
235 const code = `\
236function add(a,b) return a + b end

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected