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

Method visit

packages/compiler/src/render3/r3_ast.ts:176–178  ·  view source on GitHub ↗
(visitor: Visitor<Result>)

Source from the content-addressed store, hash-verified

174 public i18n?: I18nMeta,
175 ) {}
176 visit<Result>(visitor: Visitor<Result>): Result {
177 return visitor.visitElement(this);
178 }
179}
180
181export abstract class DeferredTrigger implements Node {

Callers

nothing calls this directly

Calls 1

visitElementMethod · 0.65

Tested by

no test coverage detected