Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
104
export
function
getRainbowDanceView(): RainbowDanceView | undefined {
105
return
currentDanceView;
106
}
107
108
export
function
isRainbowDancing(): boolean {
109
return
currentDanceView?.colored === true;
Callers
1
dance.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected