Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
71
export
function
noop(): Rule {
72
return
() => {};
73
}
74
75
export
function
filter(predicate: FilePredicate<boolean>): Rule {
76
return
(tree: Tree) => {
Callers
10
index.ts
File · 0.90
index.ts
File · 0.90
index.ts
File · 0.90
index.ts
File · 0.90
index.ts
File · 0.90
index.ts
File · 0.90
generateFromFiles
Function · 0.90
index.ts
File · 0.90
index.ts
File · 0.90
partitionApplyMerge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected