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

Function startCounterLoop

packages/zone.js/test/zone-spec/fake-async-test.spec.ts:227–230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

225 fakeAsyncTestZone.run(() => {
226 let counter = 0;
227 const startCounterLoop = () => {
228 counter++;
229 setTimeout(startCounterLoop, 10);
230 };
231
232 startCounterLoop();
233

Callers 1

Calls 1

setTimeoutFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…