MCPcopy
hub / github.com/angular/angular / visitComment

Method visitComment

packages/compiler/test/ml_parser/html_parser_spec.ts:1893–1893  ·  view source on GitHub ↗
(comment: html.Comment, context: any)

Source from the content-addressed store, hash-verified

1891 visitAttribute(attribute: html.Attribute, context: any): any {}
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 }

Callers

nothing calls this directly

Calls 1

ErrorInterface · 0.85

Tested by

no test coverage detected