MCPcopy Create free account
hub / github.com/anomalyco/opencode / wslRuntimeRetryable

Function wslRuntimeRetryable

packages/app/src/wsl/settings-model.ts:51–52  ·  view source on GitHub ↗
(runtime: WslServerRuntime)

Source from the content-addressed store, hash-verified

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

Callers 2

WslServerSettingsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected