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

Function isInputCheckboxBlock

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

Source from the content-addressed store, hash-verified

189}
190
191export function isInputCheckboxBlock(block: DeepnoteBlock): block is InputCheckboxBlock {
192 return block.type === 'input-checkbox'
193}
194
195export function isInputSelectBlock(block: DeepnoteBlock): block is InputSelectBlock {
196 return block.type === 'input-select'

Callers 2

createPythonCodeFunction · 0.90
isInputBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected