(fiber)
| 11793 | } |
| 11794 | |
| 11795 | function popHostContainer(fiber) { |
| 11796 | pop(contextStackCursor, fiber); |
| 11797 | pop(contextFiberStackCursor, fiber); |
| 11798 | pop(rootInstanceStackCursor, fiber); |
| 11799 | } |
| 11800 | |
| 11801 | function getHostContext() { |
| 11802 | var context = requiredContext(contextStackCursor.current); |
no test coverage detected