MCPcopy Index your code
hub / github.com/devforth/painterro / reCaptureState

Method reCaptureState

js/worklog.js:86–91  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

84 }
85
86 reCaptureState() {
87 if (this.current.prev !== null) {
88 this.current = this.current.prev;
89 }
90 this.captureState();
91 }
92
93 applyState(state) {
94 this.main.resize(state.sizew, state.sizeh);

Callers 1

insertMethod · 0.80

Calls 1

captureStateMethod · 0.95

Tested by

no test coverage detected