MCPcopy Create free account
hub / github.com/angular/angular / visitIfBlockBranch

Method visitIfBlockBranch

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

Source from the content-addressed store, hash-verified

777 visitForLoopBlockEmpty(block: ForLoopBlockEmpty): Result;
778 visitIfBlock(block: IfBlock): Result;
779 visitIfBlockBranch(block: IfBlockBranch): Result;
780 visitUnknownBlock(block: UnknownBlock): Result;
781 visitLetDeclaration(decl: LetDeclaration): Result;
782 visitComponent(component: Component): Result;

Callers 6

visitMethod · 0.65
visitIfBlockBranchMethod · 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