MCPcopy Index your code
hub / github.com/codeaashu/claude-code / isImageBlock

Function isImageBlock

src/utils/mcpValidation.ts:55–57  ·  view source on GitHub ↗
(block: ContentBlockParam)

Source from the content-addressed store, hash-verified

53}
54
55function isImageBlock(block: ContentBlockParam): block is ImageBlockParam {
56 return block.type === 'image'
57}
58
59export function getContentSizeEstimate(content: MCPToolResult): number {
60 if (!content) return 0

Callers 2

getContentSizeEstimateFunction · 0.85
truncateContentBlocksFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected