Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-languageserver-node
/ dispose
Method
dispose
jsonrpc/src/events.ts:173–178 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
171
}
172
173
dispose() {
174
if
(this._callbacks) {
175
this._callbacks.dispose();
176
this._callbacks = undefined;
177
}
178
}
179
}
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.65
Tested by
no test coverage detected