(fiber)
| 12058 | } |
| 12059 | |
| 12060 | function popHostContainer(fiber) { |
| 12061 | pop(contextStackCursor, fiber); |
| 12062 | pop(contextFiberStackCursor, fiber); |
| 12063 | pop(rootInstanceStackCursor, fiber); |
| 12064 | } |
| 12065 | |
| 12066 | function getHostContext() { |
| 12067 | var context = requiredContext(contextStackCursor.current); |
no test coverage detected