()
| 11937 | } |
| 11938 | |
| 11939 | function getRootHostContainer() { |
| 11940 | var rootInstance = requiredContext(rootInstanceStackCursor.current); |
| 11941 | return rootInstance; |
| 11942 | } |
| 11943 | |
| 11944 | function pushHostContainer(fiber, nextRootInstance) { |
| 11945 | // Push current root instance onto the stack; |
no test coverage detected