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

Function extractKittyImageIds

packages/pi-tui/src/tui.ts:60–62  ·  view source on GitHub ↗
(line: string)

Source from the content-addressed store, hash-verified

58}
59
60function extractKittyImageIds(line: string): number[] {
61 return parseKittyImageHeader(line)?.ids ?? [];
62}
63
64function extractKittyImageRows(line: string): number {
65 return parseKittyImageHeader(line)?.rows ?? 1;

Callers 3

collectKittyImageIdsMethod · 0.85
expandForLinesMethod · 0.85

Calls 1

parseKittyImageHeaderFunction · 0.85

Tested by

no test coverage detected