MCPcopy 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

endMethod · 0.95
setTimerMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected