MCPcopy Create free account
hub / github.com/deepnote/deepnote / isInputDateBlock

Function isInputDateBlock

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

Source from the content-addressed store, hash-verified

205}
206
207export function isInputDateBlock(block: DeepnoteBlock): block is InputDateBlock {
208 return block.type === 'input-date'
209}
210
211export function isInputDateRangeBlock(block: DeepnoteBlock): block is InputDateRangeBlock {
212 return block.type === 'input-date-range'

Callers 2

createPythonCodeFunction · 0.90
isInputBlockFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected