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

Method stopTerminalThemeTracking

apps/kimi-code/src/tui/kimi-tui.ts:2510–2513  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2508 }
2509
2510 private stopTerminalThemeTracking(): void {
2511 this.terminalThemeTrackingDispose?.();
2512 this.terminalThemeTrackingDispose = undefined;
2513 }
2514
2515 private async applyResolvedAutoTheme(resolved: ResolvedTheme): Promise<void> {
2516 if (this.state.appState.theme !== 'auto') return;

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected