Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
startTimerForRecompilation
Function · 0.65
patchNode
Function · 0.65
setTimeout.spec.ts
File · 0.65
test.js
File · 0.65
clickGutter
Method · 0.65
Implementers
1
MockWatchHost
packages/compiler-cli/test/perform_wat
Calls
no outgoing calls
Tested by
no test coverage detected