MCPcopy Create free account
hub / github.com/angular/angular / visit

Method visit

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

Source from the content-addressed store, hash-verified

667 public i18n?: I18nMeta,
668 ) {}
669 visit<Result>(visitor: Visitor<Result>): Result {
670 return visitor.visitTemplate(this);
671 }
672}
673
674export class Content implements Node {

Callers

nothing calls this directly

Calls 1

visitTemplateMethod · 0.65

Tested by

no test coverage detected