MCPcopy Create free account
hub / github.com/alibaba/lowcode-engine / setTimer

Method setTimer

packages/designer/src/document/history.ts:268–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266 }
267
268 private setTimer() {
269 this.clearTimer();
270 this.activeTimer = setTimeout(() => this.end(), this.timeGap);
271 }
272
273 private clearTimer() {
274 if (this.activeTimer) {

Callers 2

constructorMethod · 0.95
logMethod · 0.95

Calls 2

clearTimerMethod · 0.95
endMethod · 0.95

Tested by

no test coverage detected