()
| 81 | * stays accurate without needing its own tick. |
| 82 | */ |
| 83 | export function useCoordinatorTaskCount() { |
| 84 | const tasks = useAppState(_temp); |
| 85 | let t0; |
| 86 | t0 = 0; |
| 87 | return t0; |
| 88 | } |
| 89 | function _temp(s) { |
| 90 | return s.tasks; |
| 91 | } |
no test coverage detected