MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / supportsInlineImages

Function supportsInlineImages

cli/src/utils/terminal-images.ts:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 * Check if terminal supports inline images
54 */
55export function supportsInlineImages(): boolean {
56 return detectTerminalImageSupport() !== 'none'
57}
58
59/**
60 * Generate iTerm2 inline image escape sequence

Callers 2

ImageCardFunction · 0.90
image-block.tsxFile · 0.90

Calls 1

Tested by

no test coverage detected