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

Method setTimeout

packages/compiler-cli/src/perform_watch.ts:57–57  ·  view source on GitHub ↗
(callback: () => void, ms: number)

Source from the content-addressed store, hash-verified

55 ready: () => void,
56 ): {close: () => void};
57 setTimeout(callback: () => void, ms: number): any;
58 clearTimeout(timeoutId: any): void;
59}
60

Callers 5

patchNodeFunction · 0.65
setTimeout.spec.tsFile · 0.65
test.jsFile · 0.65
clickGutterMethod · 0.65

Implementers 1

MockWatchHostpackages/compiler-cli/test/perform_wat

Calls

no outgoing calls

Tested by

no test coverage detected