MCPcopy Create free account
hub / github.com/ForestHubAI/edge-agents / getArguments

Function getArguments

ts/workflow-core/src/node/methods.ts:146–148  ·  view source on GitHub ↗
(node: NodeData)

Source from the content-addressed store, hash-verified

144 output: [{ id: "ctrl", type: "control" }],
145 };
146 case "MLInference":
147 return {
148 input: [{ id: "ctrl", type: "control" }],
149 output: [{ id: "ctrl", type: "control" }],
150 };
151 case "WebSearchTool":

Callers 4

pasteToStoreFunction · 0.90
NodeConfigPanelFunction · 0.90
BaseNode.tsxFile · 0.90
computeNodeDiagnosticsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected