MCPcopy Index your code
hub / github.com/codeaashu/claude-code / #clearHideTimer

Method #clearHideTimer

src/hooks/useTasksV2.ts:174–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172 }
173
174 #clearHideTimer(): void {
175 if (this.#hideTimer) {
176 clearTimeout(this.#hideTimer)
177 this.#hideTimer = null
178 }
179 }
180
181 /**
182 * Tear down the watcher, timers, and in-process subscription. Called when

Callers 2

TasksV2StoreClass · 0.95
#stopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected