()
| 12019 | } |
| 12020 | |
| 12021 | function getHostContext() { |
| 12022 | var context = requiredContext(contextStackCursor.current); |
| 12023 | return context; |
| 12024 | } |
| 12025 | |
| 12026 | function pushHostContext(fiber) { |
| 12027 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
no test coverage detected