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

Function isExecutableBlockType

packages/blocks/src/blocks/executable-blocks.ts:41–43  ·  view source on GitHub ↗
(type: string)

Source from the content-addressed store, hash-verified

39 * Convenience function for when you only have the type string.
40 */
41export function isExecutableBlockType(type: string): boolean {
42 return executableBlockTypes.has(type)
43}

Callers 3

stripOutputsFromBlockFunction · 0.90
hasOutputsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected