Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
741
class
DidOpenTextDocumentFeature extends DocumentNotifiactions<DidOpenTextDocumentParams, TextDocument> {
Callers
nothing calls this directly
Calls
2
forEach
Method · 0.80
dispose
Method · 0.65
Tested by
no test coverage detected