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

Method hasPipes

packages/core/schematics/utils/parse_html.ts:180–182  ·  view source on GitHub ↗
(input: string)

Source from the content-addressed store, hash-verified

178 }
179
180 private hasPipes(input: string): boolean {
181 return commonModulePipes.some((regexp) => regexp.test(input));
182 }
183}

Callers 4

visitElementMethod · 0.95
visitBlockMethod · 0.95
visitTextMethod · 0.95
visitLetDeclarationMethod · 0.95

Calls 2

someMethod · 0.80
testMethod · 0.45

Tested by

no test coverage detected