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

Function empty

packages/angular_devkit/schematics/src/index.ts:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47export type Tree = TreeInterface;
48export const Tree: TreeConstructor = {
49 empty() {
50 return empty();
51 },
52 branch(tree: TreeInterface) {
53 return branch(tree);
54 },

Callers 1

index.tsFile · 0.90

Calls 1

emptyFunction · 0.90

Tested by

no test coverage detected