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

Method set

packages/compiler/src/output/output_ast.ts:1291–1299  ·  view source on GitHub ↗
(value: Expression)

Source from the content-addressed store, hash-verified

1289 }
1290
1291 set(value: Expression): BinaryOperatorExpr {
1292 return new BinaryOperatorExpr(
1293 BinaryOperator.Assign,
1294 this.receiver.prop(this.name),
1295 value,
1296 null,
1297 this.sourceSpan,
1298 );
1299 }
1300
1301 override clone(): ReadPropExpr {
1302 return new ReadPropExpr(

Callers

nothing calls this directly

Calls 1

propMethod · 0.45

Tested by

no test coverage detected