(fiber)
| 18130 | } |
| 18131 | |
| 18132 | function popHostContainer(fiber) { |
| 18133 | pop(contextStackCursor$1, fiber); |
| 18134 | pop(contextFiberStackCursor, fiber); |
| 18135 | pop(rootInstanceStackCursor, fiber); |
| 18136 | } |
| 18137 | |
| 18138 | function getHostContext() { |
| 18139 | var context = requiredContext(contextStackCursor$1.current); |
no test coverage detected