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

Function branch

packages/angular_devkit/schematics/src/index.ts:52–54  ·  view source on GitHub ↗
(tree: TreeInterface)

Source from the content-addressed store, hash-verified

50 return empty();
51 },
52 branch(tree: TreeInterface) {
53 return branch(tree);
54 },
55 merge(
56 tree: TreeInterface,
57 other: TreeInterface,

Callers

nothing calls this directly

Calls 1

branchFunction · 0.90

Tested by

no test coverage detected