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

Method addStatement

packages/compiler/src/typecheck/ops/scope.ts:309–311  ·  view source on GitHub ↗

* Add a statement to this scope.

(stmt: TcbExpr)

Source from the content-addressed store, hash-verified

307 * Add a statement to this scope.
308 */
309 addStatement(stmt: TcbExpr): void {
310 this.statements.push(stmt);
311 }
312
313 /**
314 * Get the statements.

Callers 15

executeMethod · 0.80
executeMethod · 0.80
generateBranchMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80
executeMethod · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected