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

Method run

ozaria/engine/cinematic/commands/commands.js:124–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 run () {
125 this.commandRunner = new CommandRunner([...this.seqCommands])
126 return this.commandRunner.run()
127 }
128
129 [cancel] () {
130 this.cancel()

Callers 1

[run]Method · 0.95

Calls 1

runMethod · 0.45

Tested by

no test coverage detected