(fiber)
| 11244 | } |
| 11245 | |
| 11246 | function popHostContainer(fiber) { |
| 11247 | pop(contextStackCursor, fiber); |
| 11248 | pop(contextFiberStackCursor, fiber); |
| 11249 | pop(rootInstanceStackCursor, fiber); |
| 11250 | } |
| 11251 | |
| 11252 | function getHostContext() { |
| 11253 | var context = requiredContext(contextStackCursor.current); |
no test coverage detected