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

Function name

packages/app/src/context/server.tsx:303–305  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

301 return state.active
302 },
303 get name() {
304 return serverName(current())
305 },
306 get list() {
307 return allServers()
308 },

Callers 8

ConnectionErrorFunction · 0.50
SessionHeaderFunction · 0.50
ServerRowFunction · 0.50
HomeProjectAvatarFunction · 0.50
DialogDeleteWorkspaceFunction · 0.50
DialogResetWorkspaceFunction · 0.50
ProjectIconFunction · 0.50
DialogDeleteSessionFunction · 0.50

Calls 2

serverNameFunction · 0.85
currentFunction · 0.70

Tested by

no test coverage detected