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

Method execute

packages/compiler/src/typecheck/ops/if_block.ts:36–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34 }
35
36 override execute(): null {
37 const root = this.generateBranch(0);
38 root && this.scope.addStatement(root);
39 return null;
40 }
41
42 private generateBranch(index: number): TcbExpr | undefined {
43 const branch = this.block.branches[index];

Callers

nothing calls this directly

Calls 2

generateBranchMethod · 0.95
addStatementMethod · 0.80

Tested by

no test coverage detected