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

Function isInputTextareaBlock

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

Source from the content-addressed store, hash-verified

185}
186
187export function isInputTextareaBlock(block: DeepnoteBlock): block is InputTextareaBlock {
188 return block.type === 'input-textarea'
189}
190
191export function isInputCheckboxBlock(block: DeepnoteBlock): block is InputCheckboxBlock {
192 return block.type === 'input-checkbox'

Callers 2

createPythonCodeFunction · 0.90
isInputBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected