MCPcopy
hub / github.com/thesysdev/openui / materializeExpr

Function materializeExpr

packages/lang-core/src/parser/materialize.ts:185–187  ·  view source on GitHub ↗
(node: ASTNode, ctx: MaterializeCtx)

Source from the content-addressed store, hash-verified

183 * Returns ASTNode — structure preserved for runtime evaluation by the evaluator.
184 */
185export function materializeExpr(node: ASTNode, ctx: MaterializeCtx): ASTNode {
186 return materializeExprInternal(node, ctx, new Set());
187}
188
189/**
190 * Schema-aware materialization: resolves refs, normalizes catalog component args

Callers 2

resolveRefFunction · 0.85
materializeValueFunction · 0.85

Calls 1

materializeExprInternalFunction · 0.85

Tested by

no test coverage detected