()
| 179 | } |
| 180 | |
| 181 | function checkingStatus(): DistroStatus { |
| 182 | return { label: { key: "wsl.onboarding.distroStatus.checking" }, tone: "muted" } |
| 183 | } |
| 184 | |
| 185 | function addServerPrimaryButton(input: { |
| 186 | state: WslServersState | undefined |
no outgoing calls
no test coverage detected