rune-langium / core/src / hasGeneratedInput
Function: hasGeneratedInput()
ts
function hasGeneratedInput(node): boolean;Defined in: packages/core/src/utils/expression-utils.ts:17
Check if an expression node has a generated (synthetic) input marker. This is used during code generation to track inputs that were automatically inferred rather than explicitly declared.
Parameters
| Parameter | Type |
|---|---|
node | RosettaExpression |
Returns
boolean