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

Function isSeparatorBlock

packages/blocks/src/blocks/text-blocks.ts:175–177  ·  view source on GitHub ↗
(block: DeepnoteBlock)

Source from the content-addressed store, hash-verified

173}
174
175export function isSeparatorBlock(block: DeepnoteBlock): block is SeparatorBlock {
176 return block.type === 'separator'
177}

Callers 1

createMarkdownFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected