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

Method visit

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

Source from the content-addressed store, hash-verified

155 ) {}
156
157 visit(visitor: Visitor, context?: any): any {
158 return visitor.visitIcuPlaceholder(this, context);
159 }
160}
161
162export class BlockPlaceholder implements Node {

Callers 1

visitExpansionMethod · 0.95

Calls 1

visitIcuPlaceholderMethod · 0.65

Tested by

no test coverage detected