Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular-cli
/ commit
Method
commit
packages/angular_devkit/schematics/src/sink/sink.ts:34–34 ·
view source on GitHub ↗
(tree: Tree)
Source
from the content-addressed store, hash-verified
32
33
export
interface
Sink {
34
commit(tree: Tree): Observable<void>;
35
}
36
37
const
Noop =
function
() {};
Callers
5
file-system-engine-host_spec.ts
File · 0.65
dryrun_spec.ts
File · 0.65
host_spec.ts
File · 0.65
execute
Function · 0.65
record_spec.ts
File · 0.65
Implementers
1
CordHost
packages/angular_devkit/core/src/virtu
Calls
no outgoing calls
Tested by
no test coverage detected