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

Function reifyControl

packages/compiler/src/template/pipeline/src/phases/reify.ts:771–773  ·  view source on GitHub ↗
(op: ir.ControlOp)

Source from the content-addressed store, hash-verified

769}
770
771function reifyControl(op: ir.ControlOp): ir.UpdateOp {
772 return ng.control(op.sourceSpan);
773}
774
775function reifyIrExpression(unit: CompilationUnit, expr: o.Expression): o.Expression {
776 if (!ir.isIrExpression(expr)) {

Callers 1

reifyUpdateOperationsFunction · 0.85

Calls 1

controlMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…