Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
constructor
Method · 0.95
log
Method · 0.95
Calls
2
clearTimer
Method · 0.95
end
Method · 0.95
Tested by
no test coverage detected