Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ extractKittyImageRows
Function
extractKittyImageRows
packages/pi-tui/src/tui.ts:64–66 ·
view source on GitHub ↗
(line: string)
Source
from the content-addressed store, hash-verified
62
}
63
64
function
extractKittyImageRows(line: string): number {
65
return
parseKittyImageHeader(line)?.rows ?? 1;
66
}
67
68
/**
69
* Component
interface
- all components must implement this
Callers
1
getKittyImageReservedRows
Method · 0.85
Calls
1
parseKittyImageHeader
Function · 0.85
Tested by
no test coverage detected