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

Method visit

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

Source from the content-addressed store, hash-verified

155 }
156
157 override visit(visitor: Visitor, context: any) {
158 return visitor.visitBlock(this, context);
159 }
160}
161
162export class Component extends NodeWithI18n {

Callers

nothing calls this directly

Calls 1

visitBlockMethod · 0.65

Tested by

no test coverage detected