MCPcopy
hub / github.com/claude-code-best/claude-code / #clearSizeWatchdog

Method #clearSizeWatchdog

src/utils/ShellCommand.ts:232–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

230 }
231
232 #clearSizeWatchdog(): void {
233 if (this.#sizeWatchdog) {
234 clearInterval(this.#sizeWatchdog)
235 this.#sizeWatchdog = null
236 }
237 }
238
239 #startSizeWatchdog(): void {
240 this.#sizeWatchdog = setInterval(() => {

Callers 2

#cleanupListenersMethod · 0.95
#startSizeWatchdogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected