Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
end
Method · 0.95
setTimer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected