Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/lightningpixel/modly
/ getWorkflowExtension
Function
getWorkflowExtension
src/areas/workflows/mockExtensions.ts:82–84 ·
view source on GitHub ↗
(id: string, all: WorkflowExtension[])
Source
from the content-addressed store, hash-verified
80
}
81
82
export
function
getWorkflowExtension(id: string, all: WorkflowExtension[]): WorkflowExtension | undefined {
83
return
all.find((e) => e.id === id)
84
}
Callers
5
executeExtensionNode
Function · 0.90
nodeLabel
Function · 0.90
getNodeOutputType
Function · 0.90
validateWorkflowPreflight
Function · 0.90
EmbeddedCanvas
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected