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

Function nodeOutputVarKey

ts/workflow-core/src/variable/operations.ts:38–40  ·  view source on GitHub ↗
(nodeId: string, outputId: string)

Source from the content-addressed store, hash-verified

36
37/** Key for a node output variable: `<nodeId>:<outputId>` */
38export function nodeOutputVarKey(nodeId: string, outputId: string): string {
39 return `${nodeId}:${outputId}`;
40}
41
42// ============================================================================
43// Reference → Lookup Key

Callers 4

updateNodeInStoreFunction · 0.90
deleteNodeFromStoreFunction · 0.90
refToLookupKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected