MCPcopy Create free account
hub / github.com/angular/angular / timerIds

Function timerIds

packages/core/test/resource/debounce_spec.ts:350–355  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

348 });
349
350 function timerIds(): unknown[] {
351 return setSpy.calls
352 .all()
353 .filter((call) => call.args[1] === WAIT)
354 .map((call) => call.returnValue);
355 }
356
357 function lastTimerId(): unknown {
358 return timerIds().at(-1);

Callers 2

lastTimerIdFunction · 0.85
debounce_spec.tsFile · 0.85

Calls 3

mapMethod · 0.80
filterMethod · 0.45
allMethod · 0.45

Tested by

no test coverage detected