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

Class

test/app/lib/cinematic/AbstractCommand.spec.js:12–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10class NaiveExtend extends AbstractCommand {}
11
12class PassInRunCommand extends AbstractCommand {
13 constructor (run) {
14 super()
15 this.run = run

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected