MCPcopy
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
82export function getWorkflowExtension(id: string, all: WorkflowExtension[]): WorkflowExtension | undefined {
83 return all.find((e) => e.id === id)
84}

Callers 5

executeExtensionNodeFunction · 0.90
nodeLabelFunction · 0.90
getNodeOutputTypeFunction · 0.90
EmbeddedCanvasFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected