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

Function paramKey

ts/workflow-core/src/variable/operations.ts:74–76  ·  view source on GitHub ↗
(p: ApiVariable)

Source from the content-addressed store, hash-verified

72
73/** Get the binding key for a Variable — always its uid. */
74export function paramKey(p: ApiVariable): string {
75 return p.uid;
76}
77
78/**
79 * Pure function that computes available variables for a canvas from its own

Callers 4

buildMigrationUpdateFunction · 0.90
deduplicateEmitNamesFunction · 0.90
addNodeToStoreFunction · 0.90
buildFunctionNodeDefFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected