MCPcopy
hub / github.com/angular/angular / setTimeout

Function setTimeout

packages/language-service/test/legacy/mock_host.ts:132–134  ·  view source on GitHub ↗
(callback: (...args: any[]) => void, delay: number, ...args: any[])

Source from the content-addressed store, hash-verified

130 return NOOP_FILE_WATCHER;
131 },
132 setTimeout(callback: (...args: any[]) => void, delay: number, ...args: any[]) {
133 return setTimeout(callback, delay, ...args);
134 },
135 clearTimeout(id: any) {
136 clearTimeout(id);
137 },

Callers 15

PerflogMetricClass · 0.85
getAndClearValuesMethod · 0.85
getTimeoutValueMethod · 0.85
bootstrap_spec.tsFile · 0.85
styleCountFunction · 0.85
happy_spec.tsFile · 0.85
data_spec.tsFile · 0.85
timeoutMethod · 0.85
delayWithTimeoutFunction · 0.85

Calls

no outgoing calls

Tested by 15

timeoutFunction · 0.68
resolveMethod · 0.68
resolveMethod · 0.68
resolveAfterFunction · 0.68
constructorMethod · 0.68
canActivateMethod · 0.68
trueIn2SecondsFunction · 0.68
guardsIntegrationSuiteFunction · 0.68
delayPromiseFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…