Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/vscode-languageserver-node
/ Disposable
Interface
Disposable
jsonrpc/src/events.ts:7–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
'use strict'
;
6
7
export
interface
Disposable {
8
/**
9
* Dispose this object.
10
*/
11
dispose(): void;
12
}
13
14
export
namespace Disposable {
15
export
function
create(func: () => void): Disposable {
Callers
2
dispose
Method · 0.65
connection.test.ts
File · 0.65
Implementers
10
DidChangeTextDocumentFeature
client/src/client.ts
WillSaveWaitUntilFeature
client/src/client.ts
FileSystemWatcherFeature
client/src/client.ts
ConfigurationFeature
client/src/client.ts
ExecuteCommandFeature
client/src/client.ts
WorkspaceFoldersFeature
client/src/workspaceFolders.ts
BulkUnregistrationImpl
server/src/main.ts
CallbackList
jsonrpc/src/events.ts
Emitter
jsonrpc/src/events.ts
CancellationTokenSource
jsonrpc/src/cancellation.ts
Calls
no outgoing calls
Tested by
no test coverage detected