MCPcopy
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
33export interface Sink {
34 commit(tree: Tree): Observable<void>;
35}
36
37const Noop = function () {};

Callers 5

dryrun_spec.tsFile · 0.65
host_spec.tsFile · 0.65
executeFunction · 0.65
record_spec.tsFile · 0.65

Implementers 1

CordHostpackages/angular_devkit/core/src/virtu

Calls

no outgoing calls

Tested by

no test coverage detected