()
| 11961 | } |
| 11962 | |
| 11963 | function getHostContext() { |
| 11964 | var context = requiredContext(contextStackCursor.current); |
| 11965 | return context; |
| 11966 | } |
| 11967 | |
| 11968 | function pushHostContext(fiber) { |
| 11969 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
no test coverage detected