()
| 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 | }, |
no outgoing calls
no test coverage detected