(fiber)
| 12013 | } |
| 12014 | |
| 12015 | function popHostContainer(fiber) { |
| 12016 | pop(contextStackCursor, fiber); |
| 12017 | pop(contextFiberStackCursor, fiber); |
| 12018 | pop(rootInstanceStackCursor, fiber); |
| 12019 | } |
| 12020 | |
| 12021 | function getHostContext() { |
| 12022 | var context = requiredContext(contextStackCursor.current); |
no test coverage detected