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

Method end

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

Source from the content-addressed store, hash-verified

260 }
261
262 end() {
263 if (this.isActive()) {
264 this.clearTimer();
265 }
266 }
267
268 private setTimer() {
269 this.clearTimer();

Callers 8

setTimerMethod · 0.95
constructorMethod · 0.45
goMethod · 0.45
savePointMethod · 0.45
session.test.tsFile · 0.45
writeZipToDiskFunction · 0.45
sync-oss.jsFile · 0.45
sync-oss.jsFile · 0.45

Calls 2

isActiveMethod · 0.95
clearTimerMethod · 0.95

Tested by

no test coverage detected