MCPcopy Index your code
hub / github.com/deepnote/deepnote / isImageBlock

Function isImageBlock

packages/blocks/src/blocks/image-blocks.ts:32–34  ·  view source on GitHub ↗
(block: DeepnoteBlock)

Source from the content-addressed store, hash-verified

30}
31
32export function isImageBlock(block: DeepnoteBlock): block is ImageBlock {
33 return block.type === 'image'
34}

Callers 1

createMarkdownFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected