Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
41
export
function
isExecutableBlockType(
type
: string): boolean {
42
return
executableBlockTypes.has(
type
)
43
}
Callers
3
executable-blocks.test.ts
File · 0.90
stripOutputsFromBlock
Function · 0.90
hasOutputs
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected