MCPcopy Create free account
hub / github.com/angular/angular / reifyControl

Function reifyControl

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

Source from the content-addressed store, hash-verified

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

Callers 1

reifyUpdateOperationsFunction · 0.85

Calls 1

controlMethod · 0.45

Tested by

no test coverage detected