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

Function completeAnimations

packages/core/test/acceptance/integration_spec.ts:4002–4007  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4000});
4001
4002function completeAnimations() {
4003 flushMicrotasks();
4004 const log = MockAnimationDriver.log as MockAnimationPlayer[];
4005 log.forEach((player) => player.finish());
4006 flushMicrotasks();
4007}
4008
4009function arraySwap(arr: any[], indexA: number, indexB: number): void {
4010 const item = arr[indexA];

Callers 1

Calls 3

flushMicrotasksFunction · 0.90
finishMethod · 0.65
forEachMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…