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

Function explode

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

Source from the content-addressed store, hash-verified

196`;
197 const explosions = [];
198 const thisValue = {explode() { return explosions.push('explosion!'); }};
199 const aetherOptions = {language};
200 aether = new Aether(aetherOptions);
201 aether.transpile(code);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected