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

Function getFunction

ts/workflow-builder/src/utils/functionOperations.ts:181–183  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

179
180/** Read a function declaration without subscribing (for non-component callers). */
181export function getFunction(id: string): FunctionDeclaration | undefined {
182 return useEditorStore.getState().functions[id];
183}

Callers 3

NodeConfigPanelFunction · 0.85
useFunctionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected