()
| 11920 | } |
| 11921 | |
| 11922 | function getHostContext() { |
| 11923 | var context = requiredContext(contextStackCursor.current); |
| 11924 | return context; |
| 11925 | } |
| 11926 | |
| 11927 | function pushHostContext(fiber) { |
| 11928 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
no test coverage detected