()
| 85 | } |
| 86 | |
| 87 | function getHostContext(): HostContext { |
| 88 | const context = requiredContext(contextStackCursor.current); |
| 89 | return context; |
| 90 | } |
| 91 | |
| 92 | function pushHostContext(fiber: Fiber): void { |
| 93 | const stateHook: Hook | null = fiber.memoizedState; |
no test coverage detected