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

Method syncTerminalProgress

apps/kimi-code/src/tui/kimi-tui.ts:2550–2555  ·  view source on GitHub ↗
(active: boolean)

Source from the content-addressed store, hash-verified

2548 }
2549
2550 private syncTerminalProgress(active: boolean): void {
2551 if (!this.state.terminalState.supportsProgress) return;
2552 if (this.state.terminalState.progressActive === active) return;
2553 this.state.terminal.setProgress(active);
2554 this.state.terminalState.progressActive = active;
2555 }
2556
2557 private ensureActivitySpinner(
2558 style: SpinnerStyle,

Callers 1

updateActivityPaneMethod · 0.95

Calls 1

setProgressMethod · 0.65

Tested by

no test coverage detected