(runtime: WslServerRuntime)
| 49 | } |
| 50 | |
| 51 | export const wslRuntimeRetryable = (runtime: WslServerRuntime) => |
| 52 | runtime.kind === "failed" || runtime.kind === "stopped" |
| 53 | |
| 54 | export function wslOpencodeAction(check?: WslOpencodeCheck) { |
| 55 | if (!check) return |
no outgoing calls
no test coverage detected