(fiber)
| 11153 | } |
| 11154 | |
| 11155 | function popHostContainer(fiber) { |
| 11156 | pop(contextStackCursor, fiber); |
| 11157 | pop(contextFiberStackCursor, fiber); |
| 11158 | pop(rootInstanceStackCursor, fiber); |
| 11159 | } |
| 11160 | |
| 11161 | function getHostContext() { |
| 11162 | var context = requiredContext(contextStackCursor.current); |
no test coverage detected