MCPcopy Index your code
hub / github.com/angular/angular / tcbExpression

Function tcbExpression

packages/compiler/src/typecheck/ops/expression.ts:33–36  ·  view source on GitHub ↗
(ast: AST, tcb: Context, scope: Scope)

Source from the content-addressed store, hash-verified

31 * correct identifiers in the current scope.
32 */
33export function tcbExpression(ast: AST, tcb: Context, scope: Scope): TcbExpr {
34 const translator = new TcbExpressionTranslator(tcb, scope);
35 return translator.translate(ast);
36}
37
38/**
39 * Wraps an expression in an `unwrapSignal` call which extracts the signal's value.

Callers 15

generateBranchMethod · 0.90
generateBranchGuardMethod · 0.90
executeMethod · 0.90
generateGuardMethod · 0.90
executeMethod · 0.90
executeMethod · 0.90
executeMethod · 0.90
extractFieldValueFunction · 0.90
extractFieldValueSignalFunction · 0.90
executeMethod · 0.90
translateInputFunction · 0.90
executeMethod · 0.90

Calls 1

translateMethod · 0.95

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…