(state)
| 41 | } |
| 42 | |
| 43 | export function isStoreViewStateEnabled(state) { |
| 44 | return state.get('storeViewState'); |
| 45 | } |
| 46 | |
| 47 | function shouldReplaceState(prevState, nextState) { |
| 48 | // Opening a new terminal while an existing one is open. |
no test coverage detected
searching dependent graphs…