(fiber: Fiber)
| 79 | } |
| 80 | |
| 81 | function popHostContainer(fiber: Fiber) { |
| 82 | pop(contextStackCursor, fiber); |
| 83 | pop(contextFiberStackCursor, fiber); |
| 84 | pop(rootInstanceStackCursor, fiber); |
| 85 | } |
| 86 | |
| 87 | function getHostContext(): HostContext { |
| 88 | const context = requiredContext(contextStackCursor.current); |
no test coverage detected