Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
7
class
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
reset
Method · 0.95
Tested by
no test coverage detected