(t0)
| 117 | return setEffortValue(normalized); |
| 118 | } |
| 119 | function ShowCurrentEffort(t0) { |
| 120 | const { |
| 121 | onDone |
| 122 | } = t0; |
| 123 | const effortValue = useAppState(_temp); |
| 124 | const model = useMainLoopModel(); |
| 125 | const { |
| 126 | message |
| 127 | } = showCurrentEffort(effortValue, model); |
| 128 | onDone(message); |
| 129 | return null; |
| 130 | } |
| 131 | function _temp(s) { |
| 132 | return s.effortValue; |
| 133 | } |
nothing calls this directly
no test coverage detected