MCPcopy
hub / github.com/angular/angular / visitElement

Method visitElement

packages/compiler/test/ml_parser/html_parser_spec.ts:1886–1890  ·  view source on GitHub ↗
(element: html.Element, context: any)

Source from the content-addressed store, hash-verified

1884 accumulator.push(node);
1885 }
1886 visitElement(element: html.Element, context: any): any {
1887 html.visitAll(this, element.attrs);
1888 html.visitAll(this, element.directives);
1889 html.visitAll(this, element.children);
1890 }
1891 visitAttribute(attribute: html.Attribute, context: any): any {}
1892 visitText(text: html.Text, context: any): any {}
1893 visitComment(comment: html.Comment, context: any): any {}

Callers

nothing calls this directly

Calls 2

ErrorInterface · 0.85
visitAllMethod · 0.45

Tested by

no test coverage detected