()
| 11159 | } |
| 11160 | |
| 11161 | function getHostContext() { |
| 11162 | var context = requiredContext(contextStackCursor.current); |
| 11163 | return context; |
| 11164 | } |
| 11165 | |
| 11166 | function pushHostContext(fiber) { |
| 11167 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
no test coverage detected