MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / clearTimer

Method clearTimer

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

Source from the content-addressed store, hash-verified

271 }
272
273 private clearTimer() {
274 if (this.activeTimer) {
275 clearTimeout(this.activeTimer);
276 }
277 this.activeTimer = null;
278 }
279}

Callers 2

endMethod · 0.95
setTimerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected