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

Function empty

packages/angular_devkit/schematics/src/tree/static.ts:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11import { FilePredicate, MergeStrategy, Tree } from './interface';
12
13export function empty(): HostTree {
14 return new HostTree();
15}
16
17export function branch(tree: Tree): Tree {
18 return tree.branch();

Callers 7

emptyFunction · 0.90
schematic_spec.tsFile · 0.90
createSourceFromUrlMethod · 0.90
base_spec.tsFile · 0.90
ruleYesFunction · 0.90
ruleNoFunction · 0.90
call_spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected