Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ render
Method
render
packages/pi-tui/src/components/loader.ts:43–45 ·
view source on GitHub ↗
(width: number)
Source
from the content-addressed store, hash-verified
41
}
42
43
override render(width: number): string[] {
44
return
[
""
, ...super.render(width)];
45
}
46
47
start(): void {
48
this.updateDisplay();
Callers
nothing calls this directly
Calls
1
render
Method · 0.65
Tested by
no test coverage detected