MCPcopy Index your code
hub / github.com/microsoft/vscode-languageserver-node / dispose

Function dispose

client/src/client.ts:734–738  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

732 }
733
734 public dispose(): void {
735 if (this._listener) {
736 this._listener.dispose();
737 }
738 }
739}
740
741class DidOpenTextDocumentFeature extends DocumentNotifiactions<DidOpenTextDocumentParams, TextDocument> {

Callers

nothing calls this directly

Calls 2

forEachMethod · 0.80
disposeMethod · 0.65

Tested by

no test coverage detected