MCPcopy Index your code
hub / github.com/anomalyco/opencode / connected

Function connected

packages/tui/src/context/editor.ts:325–327  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

323 return Boolean(resolveEditorConnection(directory, port, editor.connection) || (zedTerminal && editor.selection))
324 },
325 connected() {
326 return store.status === "connected"
327 },
328 selection() {
329 return store.selection
330 },

Callers 8

AppFunction · 0.85
DialogModelFunction · 0.85
tickFunction · 0.85
FooterFunction · 0.85
home_bottomFunction · 0.85
SettingsProvidersContentFunction · 0.85
SettingsProvidersV2Function · 0.85
validModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected