MCPcopy Index your code
hub / github.com/angular/angular-cli / sync

Method sync

packages/angular_devkit/core/src/virtual-fs/host/test.ts:73–79  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 get sync(): SyncDelegateHost<{}> {
74 if (!this._sync) {
75 this._sync = new SyncDelegateHost<{}>(this);
76 }
77
78 return this._sync;
79 }
80
81 clone(): TestHost {
82 const newHost = new TestHost();

Callers 4

e2e_runner.tsFile · 0.45
findPackageTarsFunction · 0.45
rollup.config.mjsFile · 0.45
copyAssetsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected