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

Method clearTimeout

packages/compiler-cli/src/perform_watch.ts:58–58  ·  view source on GitHub ↗
(timeoutId: any)

Source from the content-addressed store, hash-verified

56 ): {close: () => void};
57 setTimeout(callback: () => void, ms: number): any;
58 clearTimeout(timeoutId: any): void;
59}
60
61export function createPerformWatchHost<CbEmitRes extends ts.EmitResult = ts.EmitResult>(

Callers 4

closeFunction · 0.65
clickGutterMethod · 0.65
dragEventMethod · 0.65

Implementers 1

MockWatchHostpackages/compiler-cli/test/perform_wat

Calls

no outgoing calls

Tested by

no test coverage detected