MCPcopy
hub / github.com/angular/angular / _visit

Method _visit

packages/compiler/test/expression_parser/utils/unparser.ts:268–270  ·  view source on GitHub ↗
(ast: AST)

Source from the content-addressed store, hash-verified

266 }
267
268 private _visit(ast: AST) {
269 ast.visit(this);
270 }
271}
272
273const sharedUnparser = new Unparser();

Callers 15

unparseMethod · 0.95
visitPropertyReadMethod · 0.95
visitUnaryMethod · 0.95
visitBinaryMethod · 0.95
visitChainMethod · 0.95
visitConditionalMethod · 0.95
visitPipeMethod · 0.95
visitCallMethod · 0.95
visitSafeCallMethod · 0.95
visitInterpolationMethod · 0.95
visitKeyedReadMethod · 0.95
visitLiteralArrayMethod · 0.95

Calls 1

visitMethod · 0.65

Tested by

no test coverage detected