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

Method constructor

ozaria/engine/cinematic/UndoSystem.js:8–10  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6 */
7class UndoSystem {
8 constructor () {
9 this.reset()
10 }
11
12 reset () {
13 // These commands are side effects required to undo forward commands.

Callers

nothing calls this directly

Calls 1

resetMethod · 0.95

Tested by

no test coverage detected