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

Function hesitate

spec/aether/es6_spec.js:194–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192 const dude = {
193 charge() { return "attack!"; },
194 hesitate() { return aether._shouldYield = true; }
195 };
196 const code = `\
197this.charge();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected