Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
55
export
function
supportsInlineImages(): boolean {
56
return
detectTerminalImageSupport() !==
'none'
57
}
58
59
/**
60
* Generate iTerm2 inline image escape sequence
Callers
2
ImageCard
Function · 0.90
image-block.tsx
File · 0.90
Calls
1
detectTerminalImageSupport
Function · 0.85
Tested by
no test coverage detected