Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular-cli
/ source
Function
source
packages/angular_devkit/schematics/src/rules/base.ts:21–23 ·
view source on GitHub ↗
(tree: Tree)
Source
from the content-addressed store, hash-verified
19
* A Source that returns an tree as its single value.
20
*/
21
export
function
source(tree: Tree): Source {
22
return
() => tree;
23
}
24
25
/**
26
* A source that returns an empty tree.
Callers
2
callSource
Function · 0.70
_applySmartDefaults
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected