MCPcopy
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
5export 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

disposeMethod · 0.65

Tested by

no test coverage detected