(fiber)
| 11920 | } |
| 11921 | |
| 11922 | function popHostContainer(fiber) { |
| 11923 | pop(contextStackCursor, fiber); |
| 11924 | pop(contextFiberStackCursor, fiber); |
| 11925 | pop(rootInstanceStackCursor, fiber); |
| 11926 | } |
| 11927 | |
| 11928 | function getHostContext() { |
| 11929 | var context = requiredContext(contextStackCursor.current); |
no test coverage detected