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

Method visitIfBlockBranch

packages/compiler/src/render3/r3_ast.ts:760–760  ·  view source on GitHub ↗
(block: IfBlockBranch)

Source from the content-addressed store, hash-verified

758 visitForLoopBlockEmpty(block: ForLoopBlockEmpty): Result;
759 visitIfBlock(block: IfBlock): Result;
760 visitIfBlockBranch(block: IfBlockBranch): Result;
761 visitUnknownBlock(block: UnknownBlock): Result;
762 visitLetDeclaration(decl: LetDeclaration): Result;
763 visitComponent(component: Component): Result;

Callers 5

visitMethod · 0.65
visitIfBlockBranchMethod · 0.65
visitIfBlockBranchMethod · 0.65
visitIfBlockBranchMethod · 0.65

Implementers 2

Scopepackages/compiler/src/render3/view/t2_
DirectiveBinderpackages/compiler/src/render3/view/t2_

Calls

no outgoing calls

Tested by

no test coverage detected