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

Function say

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

Source from the content-addressed store, hash-verified

226 const dude = {
227 killCount: 0,
228 say(v) { return result = v; },
229 slay() {
230 this.killCount += 1;
231 return aether._shouldYield = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected