MCPcopy
hub / github.com/angular/angular / clearTimeout

Function clearTimeout

packages/language-service/test/legacy/mock_host.ts:135–137  ·  view source on GitHub ↗
(id: any)

Source from the content-addressed store, hash-verified

133 return setTimeout(callback, delay, ...args);
134 },
135 clearTimeout(id: any) {
136 clearTimeout(id);
137 },
138 setImmediate() {
139 throw new Error('setImmediate is not implemented');
140 },

Callers 15

fake_async_spec.tsFile · 0.85
cancelOnIdleFunction · 0.85
_runCallbacksIfReadyMethod · 0.85
handleOutAnimationEndFunction · 0.85
animateLeaveClassRunnerFunction · 0.85
whenStableWithTimeoutFunction · 0.85
cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…