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

Method set

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

Source from the content-addressed store, hash-verified

1343 }
1344
1345 set(value: Expression): BinaryOperatorExpr {
1346 return new BinaryOperatorExpr(
1347 BinaryOperator.Assign,
1348 this.receiver.key(this.index),
1349 value,
1350 null,
1351 this.sourceSpan,
1352 );
1353 }
1354
1355 override clone(): ReadKeyExpr {
1356 return new ReadKeyExpr(

Callers

nothing calls this directly

Calls 1

keyMethod · 0.45

Tested by

no test coverage detected