()
| 125 | return state.current?.detail?.lanes || []; |
| 126 | } |
| 127 | function curDuration() { |
| 128 | return state.current?.detail?.duration || 0; |
| 129 | } |
| 130 | function anySolo() { |
| 131 | return Object.values(state.solo).some(Boolean); |
| 132 | } |
no outgoing calls
no test coverage detected