(fiber)
| 11281 | } |
| 11282 | |
| 11283 | function popHostContainer(fiber) { |
| 11284 | pop(contextStackCursor, fiber); |
| 11285 | pop(contextFiberStackCursor, fiber); |
| 11286 | pop(rootInstanceStackCursor, fiber); |
| 11287 | } |
| 11288 | |
| 11289 | function getHostContext() { |
| 11290 | var context = requiredContext(contextStackCursor.current); |
no test coverage detected