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

Function charge

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

Source from the content-addressed store, hash-verified

191 return it("should yield when necessary", function() {
192 const dude = {
193 charge() { return "attack!"; },
194 hesitate() { return aether._shouldYield = true; }
195 };
196 const code = `\

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected