MCPcopy Create free account
hub / github.com/Acode-Foundation/Acode / detach

Method detach

src/cm/lsp/clientManager.ts:457–461  ·  view source on GitHub ↗
(uri: string, view: EditorView)

Source from the content-addressed store, hash-verified

455 }
456
457 detach(uri: string, view: EditorView): void {
458 for (const state of this.#clients.values()) {
459 state.detach(uri, view);
460 }
461 }
462
463 async dispose(): Promise<void> {
464 try {

Callers 2

detachLspForFileFunction · 0.80
detachActiveLspFunction · 0.80

Calls 3

closeFileMethod · 0.80
deleteMethod · 0.65
getMethod · 0.45

Tested by

no test coverage detected