()
| 3410 | animationEntriesByWindowId.set(snapshot.id, animationEntries); |
| 3411 | const animation = createWindowAnimationControllerWithStore( |
| 3412 | snapshot.id, |
| 3413 | animationEntries as Map<symbol, never>, |
| 3414 | ); |
| 3415 | const cache = createCompositionEvaluationCache( |
| 3416 | snapshot, |
| 3417 | actions, |
no outgoing calls
no test coverage detected