(timeoutOffset)
| 618 | export function suspendOnActiveViewTransition(state, container) {} |
| 619 | |
| 620 | export function waitForCommitToBeReady(timeoutOffset) { |
| 621 | return null; |
| 622 | } |
| 623 | |
| 624 | export function getSuspendedCommitReason(state, rootContainer) { |
| 625 | return null; |
no outgoing calls
no test coverage detected