MCPcopy Create free account
hub / github.com/devspace-sh/devspace / dispose

Method dispose

ui/src/lib/attach.ts:57–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 public dispose() {
58 this._disposables.forEach((d) => d.dispose());
59
60 if (this._onClose) {
61 this._onClose();
62 }
63 }
64
65 private _sendData(data: string): void {
66 // TODO: do something better than just swallowing

Callers 1

activateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected