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

Method resolveRef

packages/lang-core/src/runtime/evaluator.ts:24–24  ·  view source on GitHub ↗

Resolve a reference to another declaration's evaluated value

(name: string)

Source from the content-addressed store, hash-verified

22 getState(name: string): unknown;
23 /** Resolve a reference to another declaration's evaluated value */
24 resolveRef(name: string): unknown;
25 /** Extra scope for $value injection during reactive prop evaluation */
26 extraScope?: Record<string, unknown>;
27}

Callers 2

evaluateFunction · 0.80
evaluateLazyBuiltinFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected