()
| 272 | } |
| 273 | |
| 274 | export function getThenableStateAfterSuspending(): null | ThenableState { |
| 275 | const state = thenableState; |
| 276 | thenableState = null; |
| 277 | return state; |
| 278 | } |
| 279 | |
| 280 | export function checkDidRenderIdHook(): boolean { |
| 281 | // This should be called immediately after every finishHooks call. |
no outgoing calls
no test coverage detected