Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ advanceAsync
Function
advanceAsync
packages/router/test/standalone.spec.ts:549–552 ·
view source on GitHub ↗
(fixture: ComponentFixture<unknown>)
Source
from the content-addressed store, hash-verified
547
});
548
549
async
function
advanceAsync(fixture: ComponentFixture<unknown>) {
550
await
timeout();
551
fixture.detectChanges();
552
}
Callers
1
standalone.spec.ts
File · 0.85
Calls
2
timeout
Function · 0.90
detectChanges
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…