()
| 11287 | } |
| 11288 | |
| 11289 | function getHostContext() { |
| 11290 | var context = requiredContext(contextStackCursor.current); |
| 11291 | return context; |
| 11292 | } |
| 11293 | |
| 11294 | function pushHostContext(fiber) { |
| 11295 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
no test coverage detected