MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / clearProgressInterval

Method clearProgressInterval

packages/pi-tui/src/terminal.ts:525–530  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

523 }
524
525 private clearProgressInterval(): boolean {
526 if (!this.progressInterval) return false;
527 clearInterval(this.progressInterval);
528 this.progressInterval = undefined;
529 return true;
530 }
531}

Callers 2

stopMethod · 0.95
setProgressMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected