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

Method visitSwitchBlock

packages/compiler/src/render3/r3_ast.ts:797–799  ·  view source on GitHub ↗
(block: SwitchBlock)

Source from the content-addressed store, hash-verified

795 visitAll(this, block.children);
796 }
797 visitSwitchBlock(block: SwitchBlock): void {
798 visitAll(this, block.groups);
799 }
800 visitSwitchBlockCase(block: SwitchBlockCase): void {}
801 visitSwitchBlockCaseGroup(block: SwitchBlockCaseGroup): void {
802 visitAll(this, block.cases);

Callers

nothing calls this directly

Calls 1

visitAllFunction · 0.70

Tested by

no test coverage detected