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

Function opencodeAction

packages/app/src/wsl/settings.tsx:98–98  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

96 const key = ServerConnection.Key.make(item.config.id)
97 const check = () => wsl.data?.opencodeChecks[item.config.distro]
98 const opencodeAction = () => wslOpencodeAction(check())
99 const busy = () => wsl.data?.job?.kind === "install-opencode" && wsl.data.job.distro === item.config.distro
100 return (
101 <div class="settings-v2-servers-row">

Callers 1

WslServerSettingsFunction · 0.85

Calls 2

wslOpencodeActionFunction · 0.90
checkFunction · 0.70

Tested by

no test coverage detected