MCPcopy
hub / github.com/angular/angular / visitExpansion

Method visitExpansion

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

Source from the content-addressed store, hash-verified

1892 visitText(text: html.Text, context: any): any {}
1893 visitComment(comment: html.Comment, context: any): any {}
1894 visitExpansion(expansion: html.Expansion, context: any): any {
1895 html.visitAll(this, expansion.cases);
1896 }
1897 visitExpansionCase(expansionCase: html.ExpansionCase, context: any): any {}
1898 visitBlock(block: html.Block, context: any) {
1899 html.visitAll(this, block.parameters);

Callers

nothing calls this directly

Calls 2

ErrorInterface · 0.85
visitAllMethod · 0.45

Tested by

no test coverage detected