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

Method visit

packages/compiler/src/ml_parser/ast.ts:128–130  ·  view source on GitHub ↗
(visitor: Visitor, context: any)

Source from the content-addressed store, hash-verified

126 super(sourceSpan, i18n);
127 }
128 override visit(visitor: Visitor, context: any): any {
129 return visitor.visitElement(this, context);
130 }
131}
132
133export class Comment implements BaseNode {

Callers 1

mergeMethod · 0.95

Calls 1

visitElementMethod · 0.65

Tested by

no test coverage detected