MCPcopy 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 */
21export function source(tree: Tree): Source {
22 return () => tree;
23}
24
25/**
26 * A source that returns an empty tree.

Callers 2

callSourceFunction · 0.70
_applySmartDefaultsMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected