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

Method visitExpansion

packages/compiler/test/ml_parser/html_parser_spec.ts:1908–1910  ·  view source on GitHub ↗
(expansion: html.Expansion, context: any)

Source from the content-addressed store, hash-verified

1906 visitText(text: html.Text, context: any): any {}
1907 visitComment(comment: html.Comment, context: any): any {}
1908 visitExpansion(expansion: html.Expansion, context: any): any {
1909 html.visitAll(this, expansion.cases);
1910 }
1911 visitExpansionCase(expansionCase: html.ExpansionCase, context: any): any {}
1912 visitBlock(block: html.Block, context: any) {
1913 html.visitAll(this, block.parameters);

Callers

nothing calls this directly

Calls 2

ErrorInterface · 0.85
visitAllMethod · 0.45

Tested by

no test coverage detected