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

Method getImageId

packages/pi-tui/src/components/image.ts:51–53  ·  view source on GitHub ↗

Get the Kitty image ID used by this image (if any).

()

Source from the content-addressed store, hash-verified

49
50 /** Get the Kitty image ID used by this image (if any). */
51 getImageId(): number | undefined {
52 return this.imageId;
53 }
54
55 invalidate(): void {
56 this.cachedLines = undefined;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected