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

Function tooltipValue

packages/app/src/components/server/server-row.tsx:54–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52 })
53
54 const tooltipValue = () => (
55 <span class="flex items-center gap-2">
56 <span>{serverName(props.conn, true)}</span>
57 <Show when={props.status?.version}>
58 <span class="text-text-invert-weak">v{props.status?.version}</span>
59 </Show>
60 </span>
61 )
62
63 const badge = children(() => props.badge)
64

Callers 1

ServerRowFunction · 0.70

Calls 1

serverNameFunction · 0.90

Tested by

no test coverage detected