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

Function getRainbowDanceView

apps/kimi-code/src/tui/easter-eggs/dance.ts:104–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102}
103
104export function getRainbowDanceView(): RainbowDanceView | undefined {
105 return currentDanceView;
106}
107
108export function isRainbowDancing(): boolean {
109 return currentDanceView?.colored === true;

Callers 1

dance.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected