Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ poll
Function
poll
packages/zone.js/test/zone-spec/fake-async-test.spec.ts:666–671 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
664
let
z = 0;
665
666
let
poll = () => {
667
setTimeout(() => {
668
z++;
669
poll();
670
}, 10);
671
};
672
673
poll();
674
testZoneSpec.flush();
Callers
1
fake-async-test.spec.ts
File · 0.85
Calls
1
setTimeout
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…