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

Method tint

apps/kimi-code/src/tui/kimi-tui.ts:2161–2161  ·  view source on GitHub ↗
(s: string)

Source from the content-addressed store, hash-verified

2159
2160 showProgressSpinner(label: string): LoginProgressSpinnerHandle {
2161 const tint = (s: string): string => currentTheme.fg('primary', s);
2162 const spinner = new MoonLoader(this.state.ui, 'braille', tint, label);
2163 this.state.transcriptContainer.addChild(new Spacer(1));
2164 this.state.transcriptContainer.addChild(spinner);

Callers

nothing calls this directly

Calls 1

fgMethod · 0.80

Tested by

no test coverage detected