Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Easy-Editor/EasyEditor
/ clearTimer
Method
clearTimer
packages/core/src/document/history.ts:283–288 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
281
}
282
283
private clearTimer() {
284
if
(this.activeTimer) {
285
clearTimeout(this.activeTimer)
286
}
287
this.activeTimer = null
288
}
289
}
Callers
2
end
Method · 0.95
setTimer
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected