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

Method visitText

packages/core/schematics/utils/parse_html.ts:163–167  ·  view source on GitHub ↗
(ast: Text)

Source from the content-addressed store, hash-verified

161 }
162
163 override visitText(ast: Text) {
164 if (this.hasPipes(ast.value)) {
165 this.count++;
166 }
167 }
168
169 override visitLetDeclaration(decl: LetDeclaration): void {
170 if (this.hasPipes(decl.value)) {

Callers

nothing calls this directly

Calls 1

hasPipesMethod · 0.95

Tested by

no test coverage detected