MCPcopy Index your code
hub / github.com/angular/angular / watch

Method watch

adev/shared-docs/testing/testing-helper.ts:171–173  ·  view source on GitHub ↗
(filename: unknown, options?: unknown, listener?: unknown)

Source from the content-addressed store, hash-verified

169 ): IFSWatcher;
170 watch(filename: string, listener?: FSWatchCallback | undefined): IFSWatcher;
171 watch(filename: unknown, options?: unknown, listener?: unknown): IFSWatcher {
172 throw Error('Not implemented');
173 }
174}
175
176export class FakeWebContainerProcess implements WebContainerProcess {

Callers 1

createPerformWatchHostFunction · 0.80

Calls 1

ErrorInterface · 0.85

Tested by

no test coverage detected