Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
export
type
Tree = TreeInterface;
48
export
const
Tree: TreeConstructor = {
49
empty() {
50
return
empty();
51
},
52
branch(tree: TreeInterface) {
53
return
branch(tree);
54
},
Callers
1
index.ts
File · 0.90
Calls
1
empty
Function · 0.90
Tested by
no test coverage detected