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

Function declaredVarKey

ts/workflow-core/src/variable/operations.ts:28–30  ·  view source on GitHub ↗
(uid: string)

Source from the content-addressed store, hash-verified

26
27/** Key for a declared variable: `declared:<uid>` */
28export function declaredVarKey(uid: string): string {
29 return `declared:${uid}`;
30}
31
32/** Key for a function argument variable: `fnarg:<uid>` */
33export function fnargKey(uid: string): string {

Callers 6

RightConfigPanelFunction · 0.90
addDeclaredVariableFunction · 0.90
updateDeclaredVariableFunction · 0.90
deleteDeclaredVariableFunction · 0.90
buildCanvasVariablesFunction · 0.90
refToLookupKeyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected