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

Function shutdown

packages/opencode/src/lsp/client.ts:640–644  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

638 await waitForFullDiagnostics({ path: normalizedPath, version: request.version, after: request.after })
639 },
640 async shutdown() {
641 connection.end()
642 connection.dispose()
643 await Process.stop(input.server.process)
644 },
645 }
646
647 return result

Callers

nothing calls this directly

Calls 2

disposeMethod · 0.45
stopMethod · 0.45

Tested by

no test coverage detected