MCPcopy Index your code
hub / github.com/angular/angular-cli / noop

Function noop

packages/angular_devkit/schematics/src/rules/base.ts:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71export function noop(): Rule {
72 return () => {};
73}
74
75export function filter(predicate: FilePredicate<boolean>): Rule {
76 return (tree: Tree) => {

Callers 10

index.tsFile · 0.90
index.tsFile · 0.90
index.tsFile · 0.90
index.tsFile · 0.90
index.tsFile · 0.90
index.tsFile · 0.90
generateFromFilesFunction · 0.90
index.tsFile · 0.90
index.tsFile · 0.90
partitionApplyMergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected