Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular-cli
/ merge
Method
merge
packages/angular_devkit/schematics/src/tree/interface.ts:80–80 ·
view source on GitHub ↗
(other: Tree, strategy?: MergeStrategy)
Source
from the content-addressed store, hash-verified
78
export
interface
Tree {
79
branch(): Tree;
80
merge(other: Tree, strategy?: MergeStrategy): void;
81
82
readonly root: DirEntry;
83
Callers
11
call
Method · 0.65
mergeWith
Function · 0.65
branchAndMerge
Function · 0.65
partitionApplyMerge
Function · 0.65
externalSchematic
Function · 0.65
schematic
Function · 0.65
host-tree_spec.ts
File · 0.65
merge
Function · 0.65
merge
Method · 0.65
merge
Method · 0.65
scoped_spec.ts
File · 0.65
Implementers
4
HostTree
packages/angular_devkit/schematics/src
ScopedTree
packages/angular_devkit/schematics/src
NullTree
packages/angular_devkit/schematics/src
DelegateTree
packages/angular_devkit/schematics/src
Calls
no outgoing calls
Tested by
no test coverage detected