(fiber)
| 11955 | } |
| 11956 | |
| 11957 | function popHostContainer(fiber) { |
| 11958 | pop(contextStackCursor, fiber); |
| 11959 | pop(contextFiberStackCursor, fiber); |
| 11960 | pop(rootInstanceStackCursor, fiber); |
| 11961 | } |
| 11962 | |
| 11963 | function getHostContext() { |
| 11964 | var context = requiredContext(contextStackCursor.current); |
no test coverage detected