Get the Kitty image ID used by this image (if any).
()
| 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; |
no outgoing calls
no test coverage detected