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

Function isInputTextBlock

packages/blocks/src/blocks/input-blocks.ts:183–185  ·  view source on GitHub ↗
(block: DeepnoteBlock)

Source from the content-addressed store, hash-verified

181
182// Type guard functions
183export function isInputTextBlock(block: DeepnoteBlock): block is InputTextBlock {
184 return block.type === 'input-text'
185}
186
187export function isInputTextareaBlock(block: DeepnoteBlock): block is InputTextareaBlock {
188 return block.type === 'input-textarea'

Callers 2

createPythonCodeFunction · 0.90
isInputBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected