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

Function merge

packages/angular_devkit/schematics/src/index.ts:55–61  ·  view source on GitHub ↗
(
    tree: TreeInterface,
    other: TreeInterface,
    strategy: MergeStrategy = MergeStrategy.Default,
  )

Source from the content-addressed store, hash-verified

53 return branch(tree);
54 },
55 merge(
56 tree: TreeInterface,
57 other: TreeInterface,
58 strategy: MergeStrategy = MergeStrategy.Default,
59 ) {
60 return merge(tree, other, strategy);
61 },
62 partition(tree: TreeInterface, predicate: FilePredicate<boolean>) {
63 return partition(tree, predicate);
64 },

Callers 2

handlerFunction · 0.50
_scheduleJobMethod · 0.50

Calls 1

mergeFunction · 0.90

Tested by

no test coverage detected