(p: ApiVariable)
| 72 | |
| 73 | /** Get the binding key for a Variable — always its uid. */ |
| 74 | export 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 |
no outgoing calls
no test coverage detected