MCPcopy 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
64function extractKittyImageRows(line: string): number {
65 return parseKittyImageHeader(line)?.rows ?? 1;
66}
67
68/**
69 * Component interface - all components must implement this

Callers 1

Calls 1

parseKittyImageHeaderFunction · 0.85

Tested by

no test coverage detected