Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/microsoft/monaco-editor
/ dispose
Method
dispose
monaco-lsp-client/src/utils.ts:6–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
export
class
Disposable implements IDisposable {
6
static None = Object.freeze<IDisposable>({ dispose() { } });
7
8
private _store =
new
DisposableStore();
9
Callers
nothing calls this directly
Calls
1
dispose
Method · 0.65
Tested by
no test coverage detected