MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / dispose

Function dispose

src/platform/webviews/webviewPanelHost.ts:62–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 public override dispose() {
63 if (!this.isDisposed) {
64 if (this.webPanel) {
65 this.webPanel.close();
66 }
67 }
68
69 super.dispose();
70 }
71 public get title() {
72 return this._title;
73 }

Callers

nothing calls this directly

Calls 2

closeMethod · 0.65
disposeMethod · 0.65

Tested by

no test coverage detected