()
| 12177 | } |
| 12178 | |
| 12179 | function getHostContext() { |
| 12180 | var context = requiredContext(contextStackCursor.current); |
| 12181 | return context; |
| 12182 | } |
| 12183 | |
| 12184 | function pushHostContext(fiber) { |
| 12185 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
no test coverage detected