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

Function branch

packages/angular_devkit/schematics/src/tree/static.ts:17–19  ·  view source on GitHub ↗
(tree: Tree)

Source from the content-addressed store, hash-verified

15}
16
17export function branch(tree: Tree): Tree {
18 return tree.branch();
19}
20
21export function merge(
22 tree: Tree,

Callers 4

branchFunction · 0.90
schematic_spec.tsFile · 0.90
externalSchematicFunction · 0.90
schematicFunction · 0.90

Calls 1

branchMethod · 0.65

Tested by

no test coverage detected