Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
32
export
function
isImageBlock(block: DeepnoteBlock): block is ImageBlock {
33
return
block.
type
===
'image'
34
}
Callers
1
createMarkdown
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected