MCPcopy 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
236export function isImageBlock(block: ContentBlock): block is ImageContentBlock {
237 return block.type === 'image'
238}

Callers 1

processBlocksFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected