(isReactActEnvironment)
| 26 | } |
| 27 | |
| 28 | function setIsReactActEnvironment(isReactActEnvironment) { |
| 29 | getGlobalThis().IS_REACT_ACT_ENVIRONMENT = isReactActEnvironment |
| 30 | } |
| 31 | |
| 32 | function getIsReactActEnvironment() { |
| 33 | return getGlobalThis().IS_REACT_ACT_ENVIRONMENT |
no test coverage detected
searching dependent graphs…