Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ isImageBlock
Function
isImageBlock
cli/src/types/chat.ts:236–238 ·
view source on GitHub ↗
(block: ContentBlock)
Source
from the content-addressed store, hash-verified
234
}
235
236
export
function
isImageBlock(block: ContentBlock): block is ImageContentBlock {
237
return
block.
type
===
'image'
238
}
Callers
1
processBlocks
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected